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.
1 parent cc388d9 commit f3b195cCopy full SHA for f3b195c
1 file changed
packages/create-vite/src/index.ts
@@ -111,6 +111,13 @@ const FRAMEWORKS: Framework[] = [
111
display: 'JavaScript + SWC',
112
color: yellow,
113
},
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
+ },
121
],
122
123
{
0 commit comments