Files
vinlottis/pm2.json
Kasper Rynning-Tønnesen 9835292738 some pm2 stuff
2020-02-21 16:23:27 +01:00

13 lines
228 B
JSON

{
"apps": [
{
"name": "vinlottis",
"script": "./server.js",
"watch": true,
"instances": "max",
"exec_mode": "cluster",
"ignore_watch": ["./node_modules", "./public/assets/"]
}
]
}