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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add listen option and deprecate port option
This gives you the option to not only define the port to listen to but also the interface.
Usage example: --listen="127.0.0.1:3000" to keep current behavior you can use for example: --listen=:3000
Thanks to @fiksn PR: #17