FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests