Pm2 stuff

This commit is contained in:
Kasper Rynning-Tønnesen
2019-09-16 12:11:14 +02:00
parent 89c4a59ca4
commit df353968a6

View File

@@ -4,16 +4,12 @@
"name": "zoff",
"script": "./server/app.js",
"watch": true,
"instances": "max",
"exec_mode": "cluster",
"ignore_watch": [
"./node_modules",
"./server/public/assets/images/thumbnails"
]
},
{
"name": "gulp",
"script": "./gulpfile.js",
"watch": true,
"ignore_watch": ["./node_modules", "./server/"]
}
]
}