Skip to content

Trento

Compare
Choose a tag to compare
@bumi bumi released this 01 Oct 21:56
· 60 commits to master since this release
3200622
  • 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