fix(RECIPE-0005): complete iteration 0 — Playwright Alpine fix and Docker LMStudio setup
This commit is contained in:
@@ -17,6 +17,7 @@ export async function initializeBrowser(): Promise<Browser> {
|
||||
|
||||
console.log('Initializing Playwright browser...');
|
||||
browser = await chromium.launch({
|
||||
executablePath: '/usr/bin/chromium-browser',
|
||||
headless: true,
|
||||
args: [
|
||||
'--disable-blink-features=AutomationControlled',
|
||||
|
||||
Reference in New Issue
Block a user