chore: shutup the dotenvx shameless promo

This commit is contained in:
Aarnav Tale
2025-08-21 12:16:49 -04:00
parent 4351e1fcb3
commit 9bc8483a8f
+1 -1
View File
@@ -58,7 +58,7 @@ export async function loadConfig({ loadEnv, path }: EnvOverrides) {
}
log.info('config', 'Loading a .env file (if available)');
configDotenv({ override: true });
configDotenv({ override: true, quiet: true });
const merged = coalesceEnv(config);
if (merged) config = merged;
if (config.headscale && typeof config.headscale.config_path === 'string') {