You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hardened Env Loading: Ensure .env is loaded before anything else
5
-
try{require('dotenv').config({path: path.resolve(__dirname,'../../.env')});}catch(e){console.warn('[Evolver] Warning: dotenv not found or failed to load .env');}
5
+
try{require('dotenv').config({path: path.resolve(__dirname,'./.env')});}catch(e){console.warn('[Evolver] Warning: dotenv not found or failed to load .env');}
0 commit comments