Skip to content

Commit

Permalink
Fix JS sandboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 24, 2024
1 parent d0830cf commit 53eaaf1
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 @@ -159,7 +159,7 @@ const baseTemplates = {
'nextjs/default-js': {
name: 'Next.js Latest (Webpack | JavaScript)',
script:
'npx create-next-app@^14 {{beforeDir}} --typescript --eslint --tailwind --app --import-alias="@/*" --src-dir',
'npx create-next-app@^14 {{beforeDir}} --eslint --tailwind --app --import-alias="@/*" --src-dir',
expected: {
framework: '@storybook/nextjs',
renderer: '@storybook/react',
Expand Down

0 comments on commit 53eaaf1

Please sign in to comment.