Supabase edge functions and local imports
I'm struggling with figuring out the best way to deploy edge functions which take a dependency on classes or methods defined elsewhere in my repository. I see a lot of posts online around
How do I use
The issue I'm running into now is something like -
_shared folders, deno.json and import_map. How do I use
deno.json for a local import from another place in my repo? Do I need to modify the supabase function deploy <function_name> CLI command in any way?The issue I'm running into now is something like -