fix(ci): remove debug option from dotenv configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user