made headless

This commit is contained in:
John Yeo
2026-03-02 19:11:05 +00:00
parent 429d0e43f1
commit 5099ed1ca9

View File

@@ -9,7 +9,7 @@ export const USE_KERNEL = !!process.env.USE_KERNEL_BROWSER;
// export const USE_KERNEL = false;
/** Run browsers in headless mode (set false to watch the browser) */
export const HEADLESS = false;
export const HEADLESS = true;
/** Path to local Chromium/Chrome executable (auto-detected if not set in env) */
export const CHROMIUM_PATH =