/// interface ImportMetaEnv { readonly VITE_USE_MOCK?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }