dyno-bot/Dyno-web-legacy/pm2/beta.web.json
2020-09-12 19:08:48 +01:00

13 lines
261 B
JSON

{
"apps": [
{
"name": "BetaWeb",
"script": "build/index.js",
"watch": false,
"ignore_watch" : ["node_modules", ".git", "public", "views", "package.json"],
"watch_options": {
"followSymlinks": false
}
}
]
}