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
I love requireable storybook middleware for express, but I love features of storybook command line app too. Just a simple idea, totally opt-in and not affecting users who don't need this: ability to pass custom middlewares to express instance used within cmd tool. It could be super simple, ex. it may read middlewares.js module and apply functions exported by it or even pass express instance to function exported by that module and let it do anything. I'd like to implement this if you like the concept (or at least you find it usable and you think you may not reject it).
The text was updated successfully, but these errors were encountered:
I love requireable storybook middleware for express, but I love features of storybook command line app too. Just a simple idea, totally opt-in and not affecting users who don't need this: ability to pass custom middlewares to express instance used within cmd tool. It could be super simple, ex. it may read
middlewares.js
module and apply functions exported by it or even pass express instance to function exported by that module and let it do anything. I'd like to implement this if you like the concept (or at least you find it usable and you think you may not reject it).The text was updated successfully, but these errors were encountered: