# Frontend Environment Configuration # Agent Work Orders Service (Optional) # Only set if agent work orders service runs on different host/port than main server # Default: Uses proxy through main server at /api/agent-work-orders # Set to the base URL (without /api/agent-work-orders path) # VITE_AGENT_WORK_ORDERS_URL=http://localhost:8053 # Development Tools # Show TanStack Query DevTools (for developers only) # Set to "true" to enable the DevTools panel in bottom right corner # Defaults to "false" for end users VITE_SHOW_DEVTOOLS=false