We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a152b7c commit 608457cCopy full SHA for 608457c
1 file changed
packages/create-vite/src/index.ts
@@ -148,7 +148,7 @@ const FRAMEWORKS: Framework[] = [
148
display: 'TanStack Router ↗',
149
color: cyan,
150
customCommand:
151
- 'npm create -- tsrouter-app@latest TARGET_DIR --framework react',
+ 'npm create -- tsrouter-app@latest TARGET_DIR --framework react --interactive',
152
},
153
],
154
@@ -235,7 +235,7 @@ const FRAMEWORKS: Framework[] = [
235
236
237
238
- 'npm create -- tsrouter-app@latest TARGET_DIR --framework solid',
+ 'npm create -- tsrouter-app@latest TARGET_DIR --framework solid --interactive',
239
240
241
0 commit comments