area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
268 stars 39 forks source link

Add port option to the blast:launch command #79

Closed Thomva closed 1 year ago

Thomva commented 1 year ago

I would like to be able to choose on which port Storybook runs. Currently, it seems to be hard coded (-p 6006). Adding a --PORT option to the blast:launch command would be useful.

Thomva commented 1 year ago

80 Adds this option to the command

mrtimbrook commented 1 year ago

Thanks! Merged!