Closed hayleigh-dot-dev closed 7 months ago
Lots of modern terminals have support for opening links directly from the terminal, including localhost ones. The way we currently print the dev server message means some terminals don't recognise it at as a link:
✅ Started dev server at localhost:1234...
I suggest we just remove the trailing periods:
✅ Started dev server at localhost:1234
Lots of modern terminals have support for opening links directly from the terminal, including localhost ones. The way we currently print the dev server message means some terminals don't recognise it at as a link:
I suggest we just remove the trailing periods: