You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
we can generate types and use it
const supabase = createClient(process.env.SUPABASE_URL, process.env.SUPABASE_ANON_KEY)
Ref: https://supabase.com/docs/guides/api/rest/generating-types#using-typescript-type-definitions
instead of
const supabaseBrowserClient = createClient(env.NEXT_PUBLIC_SUPABASE_URL, env.NEXT_PUBLIC_SUPABASE_ANON_KEY);
in https://github.com/calcom/platform-starter-kit/blob/main/src/app/dashboard/settings/_components/supabase-react-dropzone.tsx#L10
The text was updated successfully, but these errors were encountered: