.
This commit is contained in:
parent
3c5f95ff6c
commit
a005555840
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "lqdvi-api2",
|
||||
"version": "1.0.0",
|
||||
"name": "lqdvi-api3",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"author": "Rodax Software",
|
||||
"license": "ISC",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"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",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user