.
This commit is contained in:
parent
db09878ca8
commit
b128605df8
@ -9,6 +9,7 @@
|
||||
"start": "NODE_ENV=development nodemon --inspect=0.0.0.0 server.js",
|
||||
"start:prod": "NODE_ENV=production pm2 start server.js -n 'api3' -i 4 --node-args='--max_old_space_size=4096'",
|
||||
"start:test": "NODE_ENV=test pm2 start server.js -n 'devapi' -i 1 --node-args='--max_old_space_size=4096'",
|
||||
"start:test:debug": "NODE_ENV=test nodemon --inspect=0.0.0.0 server.js",
|
||||
"apidoc": "apidoc -i modules/ -o apidoc/",
|
||||
"lint": "eslint **/*.js --quiet",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user