4
Deploy Functions with NO TYPE CHECK Flag on default
Source: supabase/supabase#6749 · opened by @christianbm1
Hello, I have a function with some type checking issues. The issues are in the libraries that I'm importing, and I couldn't fix them. Locally, using Deno alone, my function runs smoothly when adding the "--no-check" flag. Additionally, my function successfully deploys and works when deploying to Deno's Deploy service. By default, Deno's service automatically adds the no-check flag. This is not the case for Supabase. Supabase doesn't add this flag for both running locally and on deploy. However, I was able to get around this by manually adjusting the golang Supabase CLI code to force add the no-check flag. Seeing as Deno Deploy's service doesn't do type check, should the default for Supabase be to add the "no-check" flag for serving locally and on deploy as well? Or, at a minimum, can we have the ability to add this flag at the user's request when running the serve/deploy commands through the sb CLI? Deno no type c…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add option to `supabase functions deploy` to delete non-local functions
2 votes · 0 comments
Improving the functionality of Edge Functions
3 votes · 0 comments
Add schema-aware Functions, Args, and Returns helper types to generated Supabase TypeScript types
1 vote · 0 comments
Edge functions not showing in local Supabase Studio
15 votes · 0 comments
PROCEDUREs aren't shown in the Functions view
6 votes · 0 comments
No comments yet.