From f32a75ff014f08aa17276a6d6287ac0a9cf979fc Mon Sep 17 00:00:00 2001 From: ak Date: Sun, 3 Sep 2023 13:39:12 -0700 Subject: [PATCH] updated start command to load .env --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77adf9b..133b2c9 100644 --- a/package.json +++ b/package.json @@ -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",