45a105b
1
2
3
4
5
6
7
8
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_API_BASE?: string readonly VITE_API_TIMEOUT?: string readonly VITE_DEV_API?: string } interface ImportMeta { readonly env: ImportMetaEnv }