ccashfrontend/pm2.json
2021-06-16 19:31:41 +10:00

12 lines
206 B
JSON

{
"name": "ccashfrontend",
"script": "index.js",
"watch": "tmp/restart.txt",
"instances": "1",
"env": {
"NODE_ENV": "development"
},
"env_production": {
"NODE_ENV": "production"
}
}