MCPcopy
hub / github.com/hydralauncher/hydra / ImportMetaEnv

Interface ImportMetaEnv

src/renderer/src/vite-env.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2/// <reference types="vite-plugin-svgr/client" />
3
4interface ImportMetaEnv {
5 readonly RENDERER_VITE_EXTERNAL_RESOURCES_URL: string;
6 readonly RENDERER_VITE_SENTRY_DSN: string;
7 readonly RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: string;
8 readonly RENDERER_VITE_TORBOX_REFERRAL_CODE: string;
9}
10
11interface ImportMeta {
12 readonly env: ImportMetaEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected