Shut the environment up
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user