upgrade frontend toolchain to a coherent Svelte 5 stack

This commit is contained in:
alex wiesner
2026-03-15 16:12:44 +00:00
parent 7f03da23dd
commit 33cf6de6ac
19 changed files with 618 additions and 1695 deletions

View File

@@ -63,7 +63,7 @@ Run in this order:
4. `cd frontend && bun run build`
## Known Issues (Expected)
- Frontend `bun run check`: **0 errors + 1 warning** expected (pre-existing in `RegionCard.svelte`)
- Frontend `bun run check`: **0 errors and 0 warnings** expected (RegionCard warning resolved)
- Backend tests: **6/41 fail** (pre-existing: 2 user email key errors + 4 geocoding API mocks; 41 chat tests all pass)
- Docker dev setup has frontend-backend communication issues (500 errors beyond homepage)