supabase edge function using only js not ts

203 Views Asked by At

I am trying to write a supabase edge function with deno.

But I can see that when I run this command.

create edge function

npx supabase functions new FUNCTION-NAME

It creates a function file called index.ts but I am not comfortable with typescript.

Is there a way to create a function with on javascript?

0

There are 0 best solutions below