/// type ImportMetaEnv = { readonly VITE_API_URL: string; } type ImportMeta = { readonly env: ImportMetaEnv; }