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.
@hiogawa/vite-rsc
1 parent ed066f9 commit 7cf0affCopy full SHA for 7cf0aff
1 file changed
packages/create-vite/src/index.ts
@@ -157,6 +157,13 @@ const FRAMEWORKS: Framework[] = [
157
customCommand:
158
'npm exec degit redwoodjs/sdk/starters/standard TARGET_DIR',
159
},
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
+ },
167
],
168
169
{
0 commit comments