You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's current supported in JS API (Deno.listen) and it picks a random port automatically.
➜ ~ deno serve --port 0 a.js
error: invalid value '0' for '--port <port>': number would be zero for non-zero type
For more information, try '--help'.
Caused by:
number would be zero for non-zero type
The text was updated successfully, but these errors were encountered:
It's current supported in JS API (Deno.listen) and it picks a random port automatically.
The text was updated successfully, but these errors were encountered: