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 8542632 commit 31cc61bCopy full SHA for 31cc61b
1 file changed
packages/create-vite/src/index.ts
@@ -139,10 +139,10 @@ const FRAMEWORKS: Framework[] = [
139
color: yellow,
140
},
141
{
142
- name: 'custom-remix',
143
- display: 'Remix ↗',
+ name: 'custom-react-router',
+ display: 'React Router v7 ↗',
144
color: cyan,
145
- customCommand: 'npm create remix@latest TARGET_DIR',
+ customCommand: 'npm create react-router@latest TARGET_DIR',
146
147
],
148
0 commit comments