Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update main.ts #4274

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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