updated package and created pm2 runfile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-03 16:43:28 +02:00
parent 743870d2fb
commit de6a3cc2ca
2 changed files with 33 additions and 0 deletions

8
server/pm2.json Normal file
View File

@@ -0,0 +1,8 @@
{
"apps" : [{
"name" : "zoff",
"script" : "./server.js",
"watch" : true,
"ignore_watch": ["node_modules", "views/assets/images/thumbnails"],
}]
}