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