MCPcopy
hub / github.com/CookSleep/gpt_image_playground / ImportMetaEnv

Interface ImportMetaEnv

src/vite-env.d.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4declare const __DEV_PROXY_CONFIG__: unknown
5
6interface 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
15interface ImportMeta {
16 readonly env: ImportMetaEnv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected