wangzhibo
4 天以前 656e2507b9aa388afa4c3346927b1b94ab70a0b2
1
2
3
4
5
6
7
8
9
10
/// <reference types="vite/client" />
 
interface ImportMetaEnv {
    readonly VITE_NAME: string;
    readonly VITE_TIMEOUT: number;
}
 
interface ImportMeta {
    readonly env: ImportMetaEnv;
}