This is my first time using this library. Following instructions on Deploying page in docs, ran into this issue while deploying billing functions:
Error: failed to create the graph
Caused by:
Relative import path "@supabase/supabase-js" not prefixed with / or ./ or ../
at https://deno.land/x/basejump@v2.0.3/billing-functions/src/wrappers/get-billing-status.ts:1:30
error running container: exit 1
Try rerunning the command with --debug to troubleshoot the error.
This is my first time using this library. Following instructions on Deploying page in docs, ran into this issue while deploying billing functions: