madsobel/depbud

Add custom port

madsobel opened this issue · 2 comments

Add support for a custom port via arguments and break early if the port is already in use with a proper warning.

Alternatively you can do something like create-react-app, that asks if you want to use another port if the default is taken. Use something like detect-port.

That's a very good idea.. I think I'll go that way.