/// interface ImportMetaEnv { readonly PUBLIC_API_URL: string; readonly BACKEND_INTERNAL_URL: string; readonly SITE: string; } interface ImportMeta { readonly env: ImportMetaEnv; }