Turborepo (monorepo) and Edge Functions?
I've got a monorepo setup for an application that has a web app, as well as an electron app. I have some shared packages (i.e.
@my-project/utils
) that I want to be able to import into Deno (Edge functions). Is there a good way to do this? I searched everywhere but I can't really find any examples or documentation on using Deno in a monorepo at all. Thanks all!1 Reply
Just bumping this. Now that node is better supported in Deno (https://supabase.com/blog/edge-functions-node-npm) there is a way to do this now?
Supabase
Edge Functions: Node and native npm compatibility
We're adding Node and native npm compatibility for Edge Functions.