Skip to content

Commit 7cf0aff

Browse files
authored
feat(create-vite): add @hiogawa/vite-rsc (vitejs#20209)
1 parent ed066f9 commit 7cf0aff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/create-vite/src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ const FRAMEWORKS: Framework[] = [
157157
customCommand:
158158
'npm exec degit redwoodjs/sdk/starters/standard TARGET_DIR',
159159
},
160+
{
161+
name: '@hiogawa/vite-rsc',
162+
display: '@hiogawa/vite-rsc ↗',
163+
color: magenta,
164+
customCommand:
165+
'npm exec degit hi-ogawa/vite-plugins/packages/rsc/examples/starter TARGET_DIR',
166+
},
160167
],
161168
},
162169
{

0 commit comments

Comments
 (0)