- Add environment configuration with type-safe config.ts - Implement navigation guards (requireAuth, requireGuest, requireStarter) - Update router to match sitePlan routes and layouts - Create placeholder pages for all sitePlan routes - Update auth store User interface for OAuth flow - Add phase plan tracking for F0 Phase F0 progress: 4/8 tasks complete Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
# Production environment configuration
|
|
# These values are used when running `npm run build`
|
|
|
|
# Backend API base URL
|
|
VITE_API_BASE_URL=https://api.pocket.manticorum.com
|
|
|
|
# WebSocket URL (Socket.IO server)
|
|
VITE_WS_URL=https://api.pocket.manticorum.com
|
|
|
|
# OAuth redirect URI (must match OAuth provider configuration)
|
|
VITE_OAUTH_REDIRECT_URI=https://pocket.manticorum.com/auth/callback
|