Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(create-vite): unique name for tanstack router options
  • Loading branch information
TheAlexLichter authored Sep 16, 2025
commit 70bd3015054c372436fa1b38d4923d5b6d9e9192
4 changes: 2 additions & 2 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const FRAMEWORKS: Framework[] = [
customCommand: 'npm create react-router@latest TARGET_DIR',
},
{
name: 'custom-tanstack-router',
name: 'custom-tanstack-router-react',
display: 'TanStack Router ↗',
color: cyan,
customCommand:
Expand Down Expand Up @@ -245,7 +245,7 @@ const FRAMEWORKS: Framework[] = [
color: yellow,
},
{
name: 'custom-tanstack-router',
name: 'custom-tanstack-router-solid',
display: 'TanStack Router ↗',
color: cyan,
customCommand:
Expand Down
Loading