how to deploy JS not TS?
Bundling test123
v1.38.0: Pulling from supabase/edge-runtime
Status: Downloaded newer image for public.ecr.aws/supabase/edge-runtime:v1.38.0
Error: entrypoint path does not exist (/home/deno/functions/test123/index.ts)
any config setup can support full .js?
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 solution for this ?