Files
zoff/server/pm2.json
2017-10-17 14:12:49 +02:00

9 lines
184 B
JSON

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