Files
zoff/server/pm2.json
2017-05-03 16:43:28 +02:00

9 lines
184 B
JSON

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