Skip to content

Commit

Permalink
Fix nextjs/prerelease sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 12, 2024
1 parent 0d222ab commit d1ed7ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/lib/cli-storybook/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ const baseTemplates = {
},
modifications: {
extraDependencies: ['server-only'],
mainConfig: {
features: { experimentalRSC: true },
},
},
skipTasks: ['e2e-tests-dev', 'bench'],
},
Expand Down

0 comments on commit d1ed7ba

Please sign in to comment.