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 ee9ea19 commit 120f0cdCopy full SHA for 120f0cd
src/db/supabase.ts
@@ -6,7 +6,6 @@ const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY
6
// Export a function that safely creates the client
7
export function getSupabaseClient() {
8
if (!supabaseUrl || !supabaseKey) {
9
- console.warn("Supabase environment variables not found. Supabase features will be disabled.")
10
return null
11
}
12
return createClient(supabaseUrl, supabaseKey)
0 commit comments