Starts the Breeze Storybook for the current project.
Story files are loaded from the storybook directory by default:
mix breeze.storybookA different directory or a single story file can be selected with options:
mix breeze.storybook --directory ui/stories
mix breeze.storybook --file button.story.exsThe task inherits :reload, :inspector, :logger, :render_errors, and
:storybook_theme from the current project's application configuration.
Command-line theme, reload, and inspector options take precedence.