From 212d42aecca4825529b26036be1b3f6c10d4012a Mon Sep 17 00:00:00 2001 From: ztimson Date: Mon, 6 Apr 2026 21:43:08 -0400 Subject: [PATCH] Shut the environment up --- client/src/services/environment.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/services/environment.mjs b/client/src/services/environment.mjs index 5a39e1c..9a79bc6 100644 --- a/client/src/services/environment.mjs +++ b/client/src/services/environment.mjs @@ -4,7 +4,7 @@ import { fileURLToPath } from 'url'; import { dirname } from 'path'; import { execSync } from "child_process"; -dotenv.config(); +dotenv.config({path: ['.env','.env.local'], debug: false, quiet: true}); export const environment = { config: process.env.CONFIG || 'config.json',