Skip to content

Commit 0362484

Browse files
authored
fix(create-vite): fix command for react rsc template (vitejs#20378)
1 parent 3716ea8 commit 0362484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const FRAMEWORKS: Framework[] = [
162162
display: 'RSC ↗',
163163
color: magenta,
164164
customCommand:
165-
'npm exec degit vitejs/plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
165+
'npm exec degit vitejs/vite-plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
166166
},
167167
],
168168
},

0 commit comments

Comments
 (0)