skyluke83
skyluke834w ago

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.
No description
1 Reply
skyluke83
skyluke83OP4w ago
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";

Did you find this page helpful?