add NODE_ENV mode to start scripts
This commit is contained in:
parent
8f82ecb19f
commit
e0359b339d
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "DEBUG=fugadalcontrollo:* nodemon bin/www",
|
||||
"start": "bin/www"
|
||||
"dev": "NODE_ENV=development DEBUG=fugadalcontrollo:* nodemon bin/www",
|
||||
"start": "NODE_ENV=production bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.16.3",
|
||||
|
|
Loading…
Reference in a new issue