Moved files, and shortened some

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 23:43:56 +01:00
parent 4bca663bb3
commit 62944eb976
6 changed files with 10 additions and 41 deletions

8
pm2.json Normal file
View File

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