| 4 | declare const __DEV_PROXY_CONFIG__: unknown |
| 5 | |
| 6 | interface ImportMetaEnv { |
| 7 | readonly VITE_DEFAULT_API_URL?: string |
| 8 | readonly VITE_API_PROXY_AVAILABLE?: string |
| 9 | readonly VITE_API_PROXY_LOCKED?: string |
| 10 | readonly VITE_DOCKER_DEPLOYMENT?: string |
| 11 | readonly VITE_DOCKER_LEGACY_API_URL_USED?: string |
| 12 | readonly VITE_SHOW_DEFAULT_CONFIG_ONLY?: string |
| 13 | } |
| 14 | |
| 15 | interface ImportMeta { |
| 16 | readonly env: ImportMetaEnv |
nothing calls this directly
no outgoing calls
no test coverage detected