storybook
Last updated
Was this helpful?
Currently only
startoptions are available. *[]:
https://storybook.js.org/configurations/cli-options/
# Print config to console
mhy config storybookpackage.json{
"mhy": {
"storybook": {
"root" : {
"start": {
"port": 3500
}
}
}
}
}storybook-start
Last updated
Was this helpful?
Was this helpful?