Skip to content

Commit

Permalink
fix: hot reloading by directly using framework string
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Sep 19, 2023
1 parent af7ceb0 commit d0545b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ const config = {
getAbsolutePath("@storybook/addon-essentials"),
getAbsolutePath("@storybook/addon-docs"),
],
framework: {
name: getAbsolutePath("@storybook/web-components-vite"),
options: {},
},
framework: "@storybook/web-components-vite",
docs: {
autodocs: "tag",
},
Expand Down

0 comments on commit d0545b4

Please sign in to comment.