You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there's no CI/CD flow to deploy supabase edge functions, nor is there a specific script in apps/api/package.json. Is the assumption that the user just deploys them manually with supabase functions deploy or am I missing something?
The text was updated successfully, but these errors were encountered:
in apps/api/supabase/functions/send-email/index.ts
seems to not working when deployed with supabase functions deploy :
Bundling Function: send-email
Error: failed to create the graph
Caused by:
Relative import path "@v1/emails/welcome" not prefixed with / or ./ or ../ and not in import map from "file:///Users/username/git/v1/apps/api/supabase/functions/send-email/index.ts"
at file:///Users/username/git/v1/apps/api/supabase/functions/send-email/index.ts:2:26
and same on VS code:
Relative import path "@v1/emails/waitlisted" not prefixed with / or ./ or ../
hint: If you want to use a JSR or npm package, try running
I noticed there's no CI/CD flow to deploy supabase edge functions, nor is there a specific script in
apps/api/package.json
. Is the assumption that the user just deploys them manually withsupabase functions deploy
or am I missing something?The text was updated successfully, but these errors were encountered: