This commit is contained in:
David Arranz 2019-10-04 23:14:14 +02:00
parent f49f4b4ea3
commit 414dd7c920

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 'api2' -i 1",
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api2' -i 1 --node-args='--max_old_space_size=4096'",
"lint": "eslint **/*.js --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},