Does anyone know how to self host edge functions? ...
# off-topic
k
Does anyone know how to self host edge functions? or if you can at all? using the supabase CLI seems like you have to deploy edge functions to the hosted option. However, i am currently doing a POC for my company with supabase but it is hard to do anything self hosted with supabase it seems. I know i could pay for support contract but there is now way to get that unless the poc is successful lol. All help is appreciated
b
Edge functions are just Deno functions, so you just need a Deno runtime on any of your servers, or you could just use Deno Deploy (deno.com).