Skip to content

Commit 18f0f90

Browse files
authored
fix(create-vite): pass react framework to TanStack CLI (#22397)
1 parent f5a22e6 commit 18f0f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const FRAMEWORKS: Framework[] = [
174174
link: 'https://tanstack.com/router',
175175
color: cyan,
176176
customCommand:
177-
'npm exec -- @tanstack/cli@latest create TARGET_DIR --interactive',
177+
'npm exec -- @tanstack/cli@latest create TARGET_DIR --framework react --interactive',
178178
},
179179
{
180180
name: 'redwoodsdk-standard',

0 commit comments

Comments
 (0)