updated start command to load .env

This commit is contained in:
ak 2023-09-03 13:39:12 -07:00
parent 5f7a0f0a99
commit f32a75ff01

View file

@ -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",