Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanWuCode authored Oct 13, 2024
1 parent c1041f7 commit 86627ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
...visualTestingStories,
{
directory: "../packages/css-engine",
titlePrefix: "Css Engine",
titlePrefix: "CSS Engine",
},
{
directory: "../packages/image",
Expand All @@ -31,11 +31,11 @@ export default {
},
{
directory: "../packages/sdk-components-react",
titlePrefix: "Sdk Components React",
titlePrefix: "SDK Components React",
},
{
directory: "../packages/sdk-components-react-radix",
titlePrefix: "Sdk Components React Radix",
titlePrefix: "SDK Components React Radix",
},
],
framework: {
Expand All @@ -53,7 +53,7 @@ export default {
define: {
...config.define,
// storybook use "util" package internally which is bundled with stories
// and gives and error that process is undefined
// and gives an error that process is undefined
"process.env.NODE_DEBUG": "undefined",
},
resolve: {
Expand Down

0 comments on commit 86627ca

Please sign in to comment.