debug
This commit is contained in:
@@ -35,6 +35,7 @@ async function loadEnv(envpath?: string) {
|
||||
if (key && value) process.env[key.trim()] = value.trim();
|
||||
});
|
||||
console.log('[i] Archivo .env cargado desde ' + envpath);
|
||||
console.log(env)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user