Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ const FRAMEWORKS: Framework[] = [
'npm exec degit redwoodjs/sdk/starters/standard TARGET_DIR',
},
{
name: '@hiogawa/vite-rsc',
display: '@hiogawa/vite-rsc ↗',
name: 'rsc',
display: 'RSC ↗',
color: magenta,
customCommand:
'npm exec degit hi-ogawa/vite-plugins/packages/rsc/examples/starter TARGET_DIR',
'npm exec degit vitejs/plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
},
],
},
Expand Down