We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075c0d0 commit e771924Copy full SHA for e771924
src/db/supabase.ts
@@ -1,7 +1,7 @@
1
import { createClient } from "@supabase/supabase-js"
2
3
const supabaseUrl = import.meta.env.PUBLIC_SUPABASE_URL
4
-const supabaseKey = import.meta.env.PUBLIC_SUPABASE_KEY
+const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY
5
6
// Export a function that safely creates the client
7
export function getSupabaseClient() {
0 commit comments