WithMyTeam
WithMyTeam
Hello @soedirgo This version of deno works with Stripe in local dev? because when I try to import Stripe `import Stripe from "https://esm.sh/stripe?target=deno&no-check";` and serve It's fail logs: ``` error:...
I think it should have the possibility to choose his version of the deno runtime on supabase in a config file, is this envisaged?
I done tests just with deno without supabase. effectively with the deno runtime version 1.21.1, it's fails but with the last version 1.26.0 it's works it's possible to upgrade the...
Hello @soedirgo When I try with &deno-std=0.132.0 for each libraries I import, it's works for me. This is good progress 👍