Update Supabase JS client version to 2

This commit is contained in:
t404owo
2025-12-07 20:14:41 +01:00
committed by GitHub
parent a5f838fbd0
commit bc83fa4ed8

View File

@@ -1,4 +1,4 @@
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@latest";
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2";
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey =