MCPcopy
hub / github.com/apache/devlake / ImportMetaEnv

Interface ImportMetaEnv

config-ui/src/vite-env.d.ts:22–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20/// <reference types="vite-plugin-svgr/client" />
21
22interface ImportMetaEnv {
23 readonly DEVLAKE_BRAND_NAME: string;
24 readonly DEVLAKE_PATH_PREFIX: string;
25 readonly DEVLAKE_TITLE_CUSTOM: string;
26 readonly DEVLAKE_COLOR_CUSTOM: string;
27 readonly DEVLAKE_COPYRIGHT_HIDE: boolean;
28 readonly DEVLAKE_PLUGINS: string;
29 readonly DEVLAKE_DASHBOARD_URL_GITHUB: string;
30 readonly DEVLAKE_DASHBOARD_URL_GITLAB: string;
31 readonly DEVLAKE_DASHBOARD_URL_BITBUCKET: string;
32 readonly DEVLAKE_DASHBOARD_URL_AZUREDEVOPS: string;
33 readonly DEVLAKE_DASHBOARD_URL_ASANA: string;
34}
35
36interface ImportMeta {
37 readonly env: ImportMetaEnv;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected