Shut the environment up

This commit is contained in:
2026-04-06 21:43:08 -04:00
parent 68cd0268e5
commit 212d42aecc

View File

@@ -4,7 +4,7 @@ import { fileURLToPath } from 'url';
import { dirname } from 'path'; import { dirname } from 'path';
import { execSync } from "child_process"; import { execSync } from "child_process";
dotenv.config(); dotenv.config({path: ['.env','.env.local'], debug: false, quiet: true});
export const environment = { export const environment = {
config: process.env.CONFIG || 'config.json', config: process.env.CONFIG || 'config.json',