interface ImportMetaEnv { VITE_APP_BASE_API: string; } interface ImportMeta { readonly env: ImportMetaEnv; }