You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I have multiple packages adding static files to it from different places.
Besides my own files at /public I have, for example, semantic-ui adding fonts and icons from a different location. With Storybook I can only serve one of them by pointing to a single location.
Can we change the --static-dir [dir-name] option to accept multiple folders instead of just one ?
The text was updated successfully, but these errors were encountered:
In my project I have multiple packages adding static files to it from different places.
Besides my own files at
/public
I have, for example, semantic-ui adding fonts and icons from a different location. With Storybook I can only serve one of them by pointing to a single location.Can we change the
--static-dir [dir-name]
option to accept multiple folders instead of just one ?The text was updated successfully, but these errors were encountered: