fix(ci): remove debug option from dotenv configuration

This commit is contained in:
GitHub Actions
2026-02-05 00:12:18 +00:00
parent 591c004f19
commit 631ffebe69

View File

@@ -9,7 +9,7 @@ import { dirname, join } from 'path';
* https://github.com/motdotla/dotenv
*/
import dotenv from 'dotenv';
dotenv.config({ path: join(dirname(fileURLToPath(import.meta.url)), '.env'), debug: false });
dotenv.config({ path: join(dirname(fileURLToPath(import.meta.url)), '.env') });
/**
* Auth state storage path - shared across all browser projects