Skip to content

Commit

Permalink
Use next 14 for next-vite as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 23, 2024
1 parent 4a7c51e commit 641c978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli-storybook/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const baseTemplates = {
'experimental-nextjs-vite/default-ts': {
name: 'Next.js Latest (Vite | TypeScript)',
script:
'yarn create next-app {{beforeDir}} --typescript --eslint --tailwind --app --import-alias="@/*" --src-dir',
'npx create-next-app@^14 {{beforeDir}} --typescript --eslint --tailwind --app --import-alias="@/*" --src-dir',
expected: {
framework: '@storybook/experimental-nextjs-vite',
renderer: '@storybook/react',
Expand Down

0 comments on commit 641c978

Please sign in to comment.