updated start command to load .env
This commit is contained in:
parent
5f7a0f0a99
commit
f32a75ff01
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "nodemon ./bin/www"
|
||||
"start": "nodemon -r dotenv/config ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^2.6.9",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue