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