Skip to content

Commit 31cc61b

Browse files
authored
feat(create-vite): change Remix to React Router v7 (#18785)
1 parent 8542632 commit 31cc61b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/create-vite/src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ const FRAMEWORKS: Framework[] = [
139139
color: yellow,
140140
},
141141
{
142-
name: 'custom-remix',
143-
display: 'Remix ↗',
142+
name: 'custom-react-router',
143+
display: 'React Router v7 ↗',
144144
color: cyan,
145-
customCommand: 'npm create remix@latest TARGET_DIR',
145+
customCommand: 'npm create react-router@latest TARGET_DIR',
146146
},
147147
],
148148
},

0 commit comments

Comments
 (0)