fix(RECIPE-0005): complete iteration 0 — Playwright Alpine fix and Docker LMStudio setup

This commit is contained in:
Giancarmine Salucci
2026-02-17 04:19:55 +01:00
parent 67ab3c02d7
commit b0b5c3579b
3 changed files with 197 additions and 3 deletions

View File

@@ -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',