There was an error while loading. Please reload this page.
1 parent dc58fe3 commit c689e63Copy full SHA for c689e63
config/ecosystem.config.js renamed to config/pm2.js
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"start": "if-env NODE_ENV=production && npm run prod || npm run dev",
20
"dev": "NODE_ENV=development supervisor -w server,app.js ./bin/www",
21
- "prod": "pm2 startOrRestart ./config/ecosystem.config.js --env production",
+ "prod": "pm2 startOrRestart ./config/pm2.js --env production",
22
"stop": "pm2 stop ./bin/www",
23
"reload": "pm2 reload ./bin/www",
24
"debug": "node-debug ./bin/www",
0 commit comments