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
Currently to use automatic port selection one should use analyzerPort: 0 option.
Despite the face that it's a value from a native Node.js API it's a little non intuitive.
We can introduce an alias: analyzerPort: "auto" and replace it with 0 before passing to http server.
TODO:
Add alias
Document it
The text was updated successfully, but these errors were encountered:
Currently to use automatic port selection one should use
analyzerPort: 0
option.Despite the face that it's a value from a native Node.js API it's a little non intuitive.
We can introduce an alias:
analyzerPort: "auto"
and replace it with0
before passing to http server.TODO:
The text was updated successfully, but these errors were encountered: