MCPcopy
hub / github.com/koala73/worldmonitor / ImportMetaEnv

Interface ImportMetaEnv

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

Source from the content-addressed store, hash-verified

3declare const __APP_VERSION__: string;
4
5interface ImportMetaEnv {
6 readonly VITE_SENTRY_DSN?: string;
7 readonly VITE_WS_API_URL?: string;
8}
9
10interface ImportMeta {
11 readonly env: ImportMetaEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected