/// interface ImportMetaEnv { readonly VITE_API_SERVER: string; } interface ImportMeta { readonly env: ImportMetaEnv; }