PirateSharkP
Denoβ€’7mo agoβ€’
3 replies
PirateShark

Does Deno Compile Support Deno Serve --parallel?

Hi,

I was reading the documentation and Deno Serve mentions the --parallel option but Deno Compile isn't very clear. It says that runtime flags can just be attached when calling compile, but --parallel is only an option for deno serve and not deno run. If I'm compiling a server calling Deno.serve, will the compiler know to automatically read executing the binary as essentially calling "deno serve" instead of calling "deno run"? Or to run deno serve in parallel are you essentially required to run it uncompiled? Might be good to add to the deno compile page either way. Thanks!
Was this page helpful?