This commit is contained in:
David Arranz 2022-03-12 19:38:04 +01:00
parent 3c5f95ff6c
commit a005555840

View File

@ -1,13 +1,13 @@
{ {
"name": "lqdvi-api2", "name": "lqdvi-api3",
"version": "1.0.0", "version": "1.3.0",
"description": "", "description": "",
"author": "Rodax Software", "author": "Rodax Software",
"license": "ISC", "license": "ISC",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "NODE_ENV=development nodemon server.js", "start": "NODE_ENV=development nodemon server.js",
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api2' -i max --node-args='--max_old_space_size=4096'", "start:prod": "NODE_ENV=production pm2 start server.js -n 'api3' -i max --node-args='--max_old_space_size=4096'",
"lint": "eslint **/*.js --quiet", "lint": "eslint **/*.js --quiet",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },