Files
zoff/pm2.json
Kasper Rynning-Tønnesen 50694e32db Pm2 thing
2019-09-16 12:55:44 +02:00

16 lines
275 B
JSON

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