Files
zoff/pm2.json
Kasper Rynning-Tønnesen 62944eb976 Moved files, and shortened some
2018-02-05 23:43:56 +01:00

9 lines
189 B
JSON

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