Deploying Edge Function shared types and Editor errors?
Hey folks, I have a a few questions redeploying local edge functions. My folder structure is as this guide: https://supabase.com/docs/guides/functions/development-tips#organizing-your-edge-functions
- import { createClient } from 'npm:@supabase/supabase-js@2'; - gives the error "Cannot find module 'npm:@supabase/supabase-js@2'. Did you mean to set the 'moduleResolution' option to 'nodenext'" on Supabase.com/dashboard
- I have a types.ts in my _Shared folder locally but I can't add it to Supabase.com/dashboard via the add file. After I add a new file and use the "../_shared/type.ts" as name it just disappears after.
- I also get "Cannot find module '_shared/utils.ts'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?(2792)" for utils.ts.
