/// interface ImportMetaEnv { readonly PUBLIC_PAYLOAD_API_URL?: string readonly PUBLIC_SUPABASE_URL?: string readonly PUBLIC_SUPABASE_ANON_KEY?: string } interface ImportMeta { readonly env: ImportMetaEnv }