Pm2 thing

This commit is contained in:
Kasper Rynning-Tønnesen
2019-09-16 12:55:44 +02:00
parent ff37946397
commit 50694e32db
2 changed files with 83 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"apps": [
{
"name": "zoff",
"script": "./server/app.js",
"script": "./server/pm2.js",
"watch": true,
"instances": "max",
"exec_mode": "cluster",