ea2fc53faf
Service Worker only intercepts same-origin requests. In dev mode, API calls went directly to localhost:8085 (cross-origin), bypassing the SW. Now vite proxies /api to Rust API, keeping everything same-origin so the SW can inject Bearer tokens for audio/image requests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
97 B
Bash
3 lines
97 B
Bash
# Leave empty — vite proxy handles /api in dev, same-origin in production
|
|
VITE_FURUMI_API_URL=
|