/// /// interface ImportMetaEnv { readonly VITE_API_URL: string; readonly VITE_TITLE: string; readonly VITE_CSS_VAR: string; readonly VITE_LINK_TERMS: string; readonly VITE_LINK_PRIVACY: string; } interface ImportMeta { readonly env: ImportMetaEnv; }