skyluke83
Deno compile with SupaBase doesn't work
When i comment out the part that creates the supabase client, everything works fine. I tried with:
import { createClient } from "https://esm.sh/@supabase/supabase-js@2.39.4";
and
import { createClient } from "jsr:@supabase/supabase-js@2";
2 replies