- Add /static to VITE_API_ENDPOINTS - Update proxy rewrite rules - Include static file serving - Sync sample env file
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
# Development environment configuration
|
|
VITE_BACKEND_URL=http://localhost:9621
|
|
VITE_API_PROXY=true
|
|
VITE_API_ENDPOINTS=/api,/documents,/graphs,/graph,/health,/query,/docs,/redoc,/openapi.json,/login,/auth-status,/static
|