We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17096a commit 499944bCopy full SHA for 499944b
package.json
@@ -6,7 +6,7 @@
6
"node": ">=6.3.1"
7
},
8
"scripts": {
9
- "start": "pm2 restart ecosystem.config.js",
+ "start": "server.js",
10
"stop": "pm2 delete ecosystem.config.js",
11
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
12
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --devtool source-map --progress --optimize-minimize",
0 commit comments