Skip to content

Commit f3b195c

Browse files
authored
feat(create-vite): add custom remix option for React (#15995)
1 parent cc388d9 commit f3b195c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: packages/create-vite/src/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ const FRAMEWORKS: Framework[] = [
111111
display: 'JavaScript + SWC',
112112
color: yellow,
113113
},
114+
{
115+
name: 'custom-remix',
116+
display: 'Remix ↗',
117+
color: cyan,
118+
customCommand:
119+
'npm create remix@latest TARGET_DIR -- --template remix-run/remix/templates/vite',
120+
},
114121
],
115122
},
116123
{

0 commit comments

Comments
 (0)