mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
70894258d9
- Skip auth check entirely in App.tsx for development - Add .env.dev file with DISABLE_AUTH=true and PULSE_MOCK_MODE=true - Update hot-dev.sh to load .env.dev environment variables - This ensures the app loads immediately without auth issues - WebSocket and API now work without authentication in dev mode
2 lines
38 B
Bash
2 lines
38 B
Bash
DISABLE_AUTH=true
|
|
PULSE_MOCK_MODE=true |