mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 13:16:38 +02:00
📎 Remove unused storybook addons + other libs
This commit is contained in:
parent
7f6bfacff1
commit
0d0b5ead86
3 changed files with 13 additions and 299 deletions
|
@ -2,12 +2,7 @@
|
|||
const config = {
|
||||
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
|
||||
staticDirs: ["../resources/public"],
|
||||
addons: [
|
||||
"@storybook/addon-links",
|
||||
"@storybook/addon-essentials",
|
||||
"@storybook/addon-onboarding",
|
||||
"@storybook/addon-interactions",
|
||||
],
|
||||
addons: ["@storybook/addon-essentials"],
|
||||
framework: {
|
||||
name: "@storybook/react-vite",
|
||||
options: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue