SvelteKit production build needs server-side request handling since Vite's dev proxy isn't available. The hooks.server.ts file proxies: - /api/v1/* -> backend service - /api/* -> Ollama service - /health -> backend health check 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>