storybookjs / storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://storybook.js.org
MIT License
84.68k stars 9.32k forks source link

[Bug]: 'viteConfigFile' automigration gets triggered for `@storybook/experimental-nextjs-vite` #29522

Open valentinpalkovic opened 1 week ago

valentinpalkovic commented 1 week ago

Describe the bug

When running npx storybook@latest upgrade in a Storybook, which uses @storybook/experimental-nextjs-vite, the viteConfigFile automigration gets automatically triggered. This isn't necessary, because a dedicated vite.config.ts file isn't necessary for this framework

Reproduction link

-

Reproduction steps

No response

System

-

Additional context

No response