2023-07-13 00:58:55 +03:00
|
|
|
// https://v2.nuxt.com/deployments/pm2/
|
2023-05-27 21:59:35 +03:00
|
|
|
module.exports = {
|
|
|
|
apps: [
|
|
|
|
{
|
2023-07-13 00:58:55 +03:00
|
|
|
name: "ngn13.fun website",
|
2023-06-24 18:48:18 +03:00
|
|
|
exec_mode: "cluster",
|
2023-07-13 00:58:55 +03:00
|
|
|
instances: "max",
|
2023-06-24 18:48:18 +03:00
|
|
|
script: "./node_modules/nuxt/bin/nuxt.js",
|
|
|
|
args: "start"
|
2023-05-27 21:59:35 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|