Files
zoff/pm2.json
Kasper Rynning-Tønnesen df353968a6 Pm2 stuff
2019-09-16 12:11:14 +02:00

16 lines
275 B
JSON

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