lustre-labs / dev-tools

Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
53 stars 17 forks source link

Make dev server url clickable. #13

Closed hayleigh-dot-dev closed 7 months ago

hayleigh-dot-dev commented 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