Merge branch 'master' into build-improvement

This commit is contained in:
Matthew Raymer
2025-08-11 06:42:22 +00:00
12 changed files with 2852 additions and 556 deletions

View File

@@ -6,7 +6,9 @@ import path from "path";
import { fileURLToPath } from 'url';
// Load environment variables
dotenv.config();
console.log('NODE_ENV:', process.env.NODE_ENV)
dotenv.config({ path: `.env.${process.env.NODE_ENV}` })
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);