Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 23, 2024
1 parent b9ebdec commit d56e273
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { StorybookConfig } from '@storybook/react-vite';
import { mergeConfig, UserConfig } from 'vite';
import { imagetools } from 'vite-imagetools';
import { resolve, dirname } from 'path';

const config: StorybookConfig = {
Expand All @@ -18,7 +17,6 @@ const config: StorybookConfig = {
),
},
},
plugins: [imagetools()],
} satisfies UserConfig),
staticDirs: ['../static/public', '../static/stories'],
stories: ['../src/**/*.@(mdx|stories.@(ts|tsx))'],
Expand Down

0 comments on commit d56e273

Please sign in to comment.