Skip to content

Commit

Permalink
Remove inDevelopment
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 26, 2023
1 parent ece2d24 commit 95ce701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ const benchTemplates = {
'bench/react-vite-default-ts-test-build': {
...baseTemplates['react-vite/default-ts'],
name: 'Bench (react-vite/default-ts, test-build)',
inDevelopment: true,
isInternal: true,
modifications: {
skipTemplateStories: true,
Expand All @@ -574,7 +573,6 @@ const benchTemplates = {
'bench/react-webpack-18-ts-test-build': {
...baseTemplates['react-webpack/18-ts'],
name: 'Bench (react-webpack/18-ts, test-build)',
inDevelopment: true,
isInternal: true,
modifications: {
skipTemplateStories: true,
Expand Down

0 comments on commit 95ce701

Please sign in to comment.