Skip to content

Commit

Permalink
migrate to storybook 8
Browse files Browse the repository at this point in the history
  • Loading branch information
carylwyatt committed Sep 26, 2024
1 parent b1b5311 commit c094d94
Show file tree
Hide file tree
Showing 24 changed files with 11,345 additions and 22,338 deletions.
6 changes: 2 additions & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-designs',
// '@storybook/addon-designs',
],
framework: {
name: '@storybook/svelte-vite',
Expand All @@ -14,9 +14,7 @@ const config = {
features: {
interactionsDebugger: true,
},
docs: {
autodocs: 'tag',
},
docs: {},
staticDirs: ['../src/public'],
};
export default config;
2 changes: 1 addition & 1 deletion .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addons } from "@storybook/addons";
import { addons } from "@storybook/manager-api";

addons.setConfig({
panelPosition: 'right'
Expand Down
Loading

0 comments on commit c094d94

Please sign in to comment.