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",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon ./bin/www"
|
"start": "nodemon -r dotenv/config ./bin/www"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^2.6.9",
|
"debug": "^2.6.9",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue