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