- Move declaration/declarationMap: false to root (was duplicated in both
child configs)
- Remove duplicate baseUrl/paths from tsconfig.web.json (now inherited
from root)
- tsconfig.web.json and tsconfig.server.json now only declare their own
unique options (jsx and types respectively)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Replace Pages Functions with Workers entry (`workers/bootstrap.ts`)
- Add Deploy to Cloudflare button in README
- Integrate `@cloudflare/vite-plugin` for CF dev with HMR
- Integrate `@hono/vite-dev-server` for Node dev with HMR
- `npm run dev` now defaults to CF Workers mode
- Add `run_worker_first = ["/api/*"]` so static assets stay free
- Extract shared Node bootstrap (`server/bootstrap.ts`) for reuse
- Update all docs from Pages to Workers references
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>