Deno compile with SupaBase doesn't work
I created a little authentication client that works on deno very well, connecting to a supabase istance. However, when i compile the code, it doesn't work. It seems to be unable to compile Typescript into JS for some reason.
1 Reply
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";