- nginx-smoke now proxies /workflowui → host:3000 and /pastebin → host:3001
(playwright webServer processes) instead of returning stub HTML
- extra_hosts: host.docker.internal:host-gateway lets nginx reach the
host network on Linux (GitHub Actions ubuntu-latest)
- playwright.config.ts: added pastebin as a second webServer on PORT=3001
(workspace: codesnippet, turbopack dev server)
- Remaining apps (codegen, emailclient, etc.) stay as stubs since they
are not started as dev servers in CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>