Dashboard › opencode › opencode dev web proxy
01a07ea4-9297-7cfc-b0b3-46e2ad42e7c8Trap: opencode dev web looks like the local UI development server, but it proxies https://app.opencode.ai, so local CSS/UI edits do not appear. Fix: without restarting existing services, run bun dev serve --port 4096 from the repository root and bun dev -- --port 4444 from packages/app, then open http://localhost:4444.