Skip to content

Commit

Permalink
npx storybook@latest upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Dec 3, 2024
1 parent b6115cb commit 7db8fa4
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 611 deletions.
19 changes: 8 additions & 11 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ const config = {
stories: [
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
"@storybook/addon-a11y",
{
name: "@storybook/addon-essentials",
options: {
measure: false, // Note: addon-measure is forced to false in order to avoid it enabled in ZeroHeight
}
},
"@storybook/addon-themes",
],
addons: ["@storybook/addon-a11y", {
name: "@storybook/addon-essentials",
options: {
measure: false, // Note: addon-measure is forced to false in order to avoid it enabled in ZeroHeight
}
}, "@storybook/addon-themes",],
framework: {
name: "@storybook/html-vite",
options: {},
},
docs: {
defaultName: 'Docs'
defaultName: 'Docs',
autodocs: true
}
};
export default config;
Loading

0 comments on commit 7db8fa4

Please sign in to comment.