Files
LogWhispererAI/frontend/vite.config.ts
Luca Sacchi Ricciardi 894073644f fix: disable HMR in production to fix WebSocket error behind reverse proxy
- Disable HMR when NODE_ENV=production to prevent WebSocket binding errors
- HMR was trying to bind to external IP:443 which is not available in Docker
- App now works correctly behind HTTPS reverse proxy
2026-04-03 18:55:21 +02:00

1.1 KiB