Skip to content

Commit

Permalink
feat(create-vite): add custom remix option for React (#15995)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Feb 21, 2024
1 parent cc388d9 commit f3b195c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ const FRAMEWORKS: Framework[] = [
display: 'JavaScript + SWC',
color: yellow,
},
{
name: 'custom-remix',
display: 'Remix ↗',
color: cyan,
customCommand:
'npm create remix@latest TARGET_DIR -- --template remix-run/remix/templates/vite',
},
],
},
{
Expand Down

0 comments on commit f3b195c

Please sign in to comment.