MCPcopy
hub / github.com/SPlayer-Dev/SPlayer / MainEnv

Interface MainEnv

env.d.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MainEnv {
2 readonly VITE_WEB_PORT: string;
3 readonly VITE_SERVER_PORT: string;
4 readonly VITE_API_URL: string;
5 readonly VITE_BUILD_TYPE: string;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected