Updated pm2 configuration

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 15:05:11 +01:00
parent 9c965c83b1
commit 587eddfff5

View File

@@ -1,7 +1,7 @@
{ {
"apps" : [{ "apps" : [{
"name" : "zoff", "name" : "zoff",
"script" : "./index.js", "script" : "./app.js",
"watch" : true, "watch" : true,
"ignore_watch": ["node_modules", "public/assets/images/thumbnails"], "ignore_watch": ["node_modules", "public/assets/images/thumbnails"],
}] }]