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
Describe the bug
When running
npx storybook@latest upgrade
in a Storybook, which uses@storybook/experimental-nextjs-vite
, theviteConfigFile
automigration gets automatically triggered. This isn't necessary, because a dedicatedvite.config.ts
file isn't necessary for this frameworkReproduction link
-
Reproduction steps
No response
System
-
Additional context
No response