/// interface ImportMetaEnv { readonly VITE_API_BASE?: string readonly VITE_API_PROXY?: string } interface ImportMeta { readonly env: ImportMetaEnv }