Open gowy222 opened 8 months ago
I will transfer this to functions team to check if they have any solutions.
Once PR-301 is merged, we can load .js[x].
However, looking at @supabase/cli
, it seems to hardcode index.ts
after the path to be passed to the --entrypoint
for the bundle
command.
https://github.com/supabase/cli/blob/main/internal/functions/deploy/deploy.go#L225-L227
I'm having the same problem.
Sorry about that. It was an issue where we put the wrong function name in the deployment, and it would be nice if the error was a little clearer.
any config setup can support full .js?