We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41611e commit 0f262e4Copy full SHA for 0f262e4
apps/docs/vite.config.mts
@@ -1,7 +1,6 @@
1
-import { storybookNextJsPlugin } from "@storybook/nextjs-vite/vite-plugin";
2
import tailwindcss from "@tailwindcss/vite";
3
import { defineConfig } from "vite";
4
5
export default defineConfig({
6
- plugins: [storybookNextJsPlugin(), tailwindcss()],
+ plugins: [tailwindcss()],
7
});
0 commit comments