Reset startup script to not use pm2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "$(npm bin)/pm2 startOrReload pm2.json",
|
||||
"start": "node server.js",
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user