web-client-vite/.env
Markov 1fa137b240 feat: initial Vite + React migration from Next.js
- Migrate from Next.js App Router to Vite + React Router
- Replace NEXT_PUBLIC_* env vars with VITE_*
- Convert all pages to React Router structure
- Remove BFF dependency, connect directly to Tracker
- JWT auth with query param support in WebSocket
- All components migrated with basic functionality
- Ready for production deployment
2026-02-23 23:28:21 +01:00

2 lines
70 B
Bash

VITE_API_URL=https://dev.team.uix.su
VITE_WS_URL=wss://dev.team.uix.su