- AppHost: AddViteApp(frontend) via Aspire.Hosting.JavaScript 13.4.2,
WithReference(webapi)+WaitFor, inject VITE_API_BASE_URL=http://<lan-ip>:5179
at launch (computed from the active physical adapter, follows DHCP)
- Pin proxyless ports: webapi http=5179 (matches SPA default), vite=5173,
both bind 0.0.0.0 for LAN reachability
- vite.config: server.host=true so the dev server is LAN-visible
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Remove gerbil-manager-nextjs (unused scaffold; recoverable from history)
- Scaffold gerbil-manager-web: Vite + React 19 + TypeScript
- German-only UI (lang=de, central strings in src/strings/de.ts)
- Mobile-first shell: bottom tab bar on phones, sidebar on >=768px
- react-router with skeleton routes (Start, Rennmaeuse, Wuerfe, Zuechter)
- API client (src/api/client.ts) pointing at GerbilManagerWebAPI,
configurable via VITE_API_BASE_URL (default http://localhost:5179)
- nginx-based Dockerfile with SPA fallback; docker-compose frontend
service now builds gerbil-manager-web
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>