Running the React Grab dev script starts the server, but the UI returns 404 and any “ask” in the app fails. ```bash ➜ web git:(add-test-environments) ✗ npm run dev:react-grab > @repo/web@0.0.0 dev:react-grab > npx @react-grab/claude-code@latest ✿ React Grab 0.0.91 (Claude Code) - Local: http://localhost:4567 ``` Steps to reproduce: 1. Install dependencies. 2. Run `npx @react-grab/claude-code@latest`. 3. Open [http://localhost:4567/](http://localhost:4567). 4. Use the app and trigger any ask. - 404 on [http://localhost:4567/](http://localhost:4567). - All asks fail in the app. Environment: - React Grab: 0.0.91 (Claude Code). - Command used: `npx @react-grab/claude-code@latest`.