analogjs / analog

The fullstack meta-framework for Angular. Powered by Vite and Nitro
https://analogjs.org
MIT License
2.5k stars 240 forks source link

ng serve -o #357

Closed fireflysemantics closed 1 year ago

fireflysemantics commented 1 year ago

Which scope/s are relevant/related to the feature request?

create-analog

Information

Hi. Thanks for making AnalogJS! It's very cool!!

When I run ng serve -o on a project the result is:

Error: Unknown argument: o

Would be nice to have the ability to open a browser tab automatically.

Describe any alternatives/workarounds you're currently using

No response

I would be willing to submit a PR to fix this issue

brandonroberts commented 1 year ago

This is already supported, it just doesn't have an alias. This works:

ng serve --open