Skip to content

Commit b9ebc96

Browse files
authored
feat(create-vite): update rsc template to use @vitejs/plugin-rsc (vitejs#20351)
1 parent 31d1467 commit b9ebc96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/create-vite/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ const FRAMEWORKS: Framework[] = [
158158
'npm exec degit redwoodjs/sdk/starters/standard TARGET_DIR',
159159
},
160160
{
161-
name: '@hiogawa/vite-rsc',
162-
display: '@hiogawa/vite-rsc ↗',
161+
name: 'rsc',
162+
display: 'RSC ↗',
163163
color: magenta,
164164
customCommand:
165-
'npm exec degit hi-ogawa/vite-plugins/packages/rsc/examples/starter TARGET_DIR',
165+
'npm exec degit vitejs/plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
166166
},
167167
],
168168
},

0 commit comments

Comments
 (0)