mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
- Via `view_component_storybook` : https://github.com/jonspalmer/view_component_storybook - Configure both `view_component_storybook` and `storybook` - Add two addons: `@storybook/addon-docs` and `@storybook/addon-controls` Update config comment for clarity
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
export const parameters = {
|
|
server: {
|
|
url: `http://localhost:3000/rails/stories`,
|
|
},
|
|
};
|