Closed
Description
Version: Deno 2.2.11
Hello. This comment was written with google translate.
I was studying about a web server that serves static resources with Deno.serve() and executes API functions with file-based routing.
The environment is windows. In deno run, I changed only the command to deno compile and created an .exe file, but it compiles but does not run.
When I lowered the version to 2.2.10, it ran well. I used deno-x86_64-pc-windows-msvc.zip.
deno run --allow-all main.ts
possible
deno compile --allow-all main.ts
automatically downloads the light version, compiles, but does not run