an atproto based link aggregator

Fix: use launchOptions instead of launch for playwright provider

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
vite.config.ts
··· 18 18 browser: { 19 19 enabled: true, 20 20 provider: playwright({ 21 - launch: chromiumPath ? { executablePath: chromiumPath } : {} 21 + launchOptions: chromiumPath ? { executablePath: chromiumPath } : {} 22 22 }), 23 23 instances: [{ browser: 'chromium', headless: true }] 24 24 },