MCPcopy
hub / github.com/OpenBMB/UltraRAG / ImportMetaEnv

Interface ImportMetaEnv

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

Source from the content-addressed store, hash-verified

1/// <reference types="vite/client" />
2
3interface ImportMetaEnv {
4 readonly VITE_API_BASE?: string;
5}
6
7interface ImportMeta {
8 readonly env: ImportMetaEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected