Merge branch 'master' of ssh://wopr.rodax-software.com:30001/lqdvi/app2-api
This commit is contained in:
commit
dcc7610ca2
@ -7,7 +7,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=development nodemon server.js",
|
||||
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api3' -i max --node-args='--max_old_space_size=4096'",
|
||||
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api3' -i 4 --node-args='--max_old_space_size=4096'",
|
||||
"lint": "eslint **/*.js --quiet",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user