This commit is contained in:
dal 2025-09-22 09:46:37 -06:00
parent ddc9748ad8
commit f9c5253f5d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import * as path from 'node:path';
import { fileURLToPath } from 'node:url';
import { config } from 'dotenv';
import * as path from 'path';
import { fileURLToPath } from 'url';
// Get the directory name for ES modules
const __filename = fileURLToPath(import.meta.url);