// minimal Playwright config for local E2E module.exports = { use: { headless: true }, timeout: 30_000, };