Skip to content

Commit

Permalink
feat(create-vite): change Remix to React Router v7 (#18785)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak authored Nov 26, 2024
1 parent 8542632 commit 31cc61b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ const FRAMEWORKS: Framework[] = [
color: yellow,
},
{
name: 'custom-remix',
display: 'Remix ↗',
name: 'custom-react-router',
display: 'React Router v7 ↗',
color: cyan,
customCommand: 'npm create remix@latest TARGET_DIR',
customCommand: 'npm create react-router@latest TARGET_DIR',
},
],
},
Expand Down

0 comments on commit 31cc61b

Please sign in to comment.