# Local dev overrides for vite.config.ts proxy targets. # Copy to .env.local (gitignored, auto-loaded by Vite) and edit to point # at your local services. Both have sensible defaults matching the dev # compose stack — only override when you need to. # Directus REST + GraphQL + business-plane WebSocket host. # Defaults to http://localhost:8055 (the dev compose default). # The WS proxy target is derived by swapping http(s):// for ws(s)://. VITE_DEV_DIRECTUS_URL=http://localhost:8055 # Processor live-position WebSocket. Defaults to ws://localhost:8081 # (the LIVE_WS_PORT default in the processor's Phase 1.5 task spec). VITE_DEV_PROCESSOR_WS_URL=ws://localhost:8081