mirror of
https://github.com/tale/headplane.git
synced 2026-08-08 13:23:13 +00:00
chore: shutup the dotenvx shameless promo
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user