| 20 | /// <reference types="vite-plugin-svgr/client" /> |
| 21 | |
| 22 | interface 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 | |
| 36 | interface ImportMeta { |
| 37 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected