MCPcopy
hub / github.com/Wei-Shaw/sub2api / ImportMetaEnv

Interface ImportMetaEnv

frontend/src/vite-env.d.ts:3–6  ·  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_URL: string
5 readonly BASE_URL: string
6}
7
8interface ImportMeta {
9 readonly env: ImportMetaEnv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected