Skip to content

Commit

Permalink
fix storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Dec 19, 2024
1 parent 12d4aa5 commit 636aed2
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 100 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default [
'**/.cache/**',
'**/playwright-report',
'**/dist',
'**/test-results',
'**/mockDist',
'**/build.mjs',
'**/*.timestamp-*.mjs',
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"@vue/compiler-dom": "*",
"@vue/server-renderer": "*"
}
},
"@storybook/core": {
"dependencies": {
"@storybook/react-vite": "*"
}
}
},
"onlyBuiltDependencies": [
Expand Down
Loading

0 comments on commit 636aed2

Please sign in to comment.