3 Star 20 Fork 9

D2Projects / D2Advance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
global.d.ts 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
CNine 提交于 2021-03-17 13:27 . chore(deps): vite@2.1.1
interface CustomEnvVariables {
VITE_BASE_URL: string;
VITE_HTTP_MOCK?: 'on' | 'off';
VITE_SOURCE_MAP?: 'on' | 'off';
VITE_GZIP?: 'on' | 'off';
VITE_BROTLI?: 'on' | 'off';
VITE_API_BASE_URL: string;
// ... more here and start with 'VITE_'
}
// https://stackoverflow.com/questions/66039933/typescript-types-for-import-meta-env
interface ImportMetaEnv extends CustomEnvVariables {
/**
* ! DON'T USE ME
*/
__: unknown;
}
interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
__VUE_DEVTOOLS_GLOBAL_HOOK__: any;
}
1
https://gitee.com/d2-projects/d2-advance.git
git@gitee.com:d2-projects/d2-advance.git
d2-projects
d2-advance
D2Advance
master

搜索帮助