ionide / Fornax

Scriptable static site generator using type safe F# DSL to define page templates.
MIT License
241 stars 44 forks source link

Add --port argument for the watch command #41

Closed toburger closed 4 years ago

toburger commented 4 years ago

The port 8080 is used by a lot of other dev servers and this can lead to port conflicts. It would be handy to have a port argument to manually specify the desired port for the dev server.