Skip to content

Commit

Permalink
Merge pull request #26379 from storybookjs/norbert/shorter-link-cli-v…
Browse files Browse the repository at this point in the history
…ite-config-migration

CLI: Vite migration link (shorter)
  • Loading branch information
ndelangen authored Mar 7, 2024
2 parents 0a91864 + 33fd582 commit 3491284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/src/automigrate/fixes/vite-config-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const viteConfigFile = {
If you do already have these plugins, you can ignore this message.
You can find more information on how to do this here:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-specific-vite-plugins-have-to-be-explicitly-added
https://storybook.js.org/docs/8.0/migration-guide/#missing-viteconfigjs-file
This change was necessary to support newer versions of Vite.
`;
Expand All @@ -115,7 +115,7 @@ export const viteConfigFile = {
Please add a vite.config.js file to your project root.
You can find more information on how to do this here:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-specific-vite-plugins-have-to-be-explicitly-added
https://storybook.js.org/docs/8.0/migration-guide/#missing-viteconfigjs-file
This change was necessary to support newer versions of Vite.
`;
Expand Down

0 comments on commit 3491284

Please sign in to comment.