Skip to content

Commit 608457c

Browse files
authored
fix(create-vite): adding an interactive flag to force interactivity (#19875)
1 parent a152b7c commit 608457c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/create-vite/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const FRAMEWORKS: Framework[] = [
148148
display: 'TanStack Router ↗',
149149
color: cyan,
150150
customCommand:
151-
'npm create -- tsrouter-app@latest TARGET_DIR --framework react',
151+
'npm create -- tsrouter-app@latest TARGET_DIR --framework react --interactive',
152152
},
153153
],
154154
},
@@ -235,7 +235,7 @@ const FRAMEWORKS: Framework[] = [
235235
display: 'TanStack Router ↗',
236236
color: cyan,
237237
customCommand:
238-
'npm create -- tsrouter-app@latest TARGET_DIR --framework solid',
238+
'npm create -- tsrouter-app@latest TARGET_DIR --framework solid --interactive',
239239
},
240240
],
241241
},

0 commit comments

Comments
 (0)