dyno-bot/Dyno-api-develop/pm2/beta.web.json

13 lines
261 B
JSON
Raw Normal View History

2020-09-12 20:08:48 +02:00
{
"apps": [
{
"name": "BetaWeb",
"script": "build/index.js",
"watch": false,
"ignore_watch" : ["node_modules", ".git", "public", "views", "package.json"],
"watch_options": {
"followSymlinks": false
}
}
]
}