Merge branch 'master' of ssh://wopr.rodax-software.com:30001/lqdvi/app2-api

This commit is contained in:
David Arranz 2022-03-16 10:11:45 +01:00
commit dcc7610ca2

View File

@ -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"
},