Skip to content

Commit ea480df

Browse files
fix(create-vite): switch to default Remix template (#16203)
1 parent 1a3b1d7 commit ea480df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/create-vite/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ const FRAMEWORKS: Framework[] = [
115115
name: 'custom-remix',
116116
display: 'Remix ↗',
117117
color: cyan,
118-
customCommand:
119-
'npm create remix@latest TARGET_DIR -- --template remix-run/remix/templates/vite',
118+
customCommand: 'npm create remix@latest TARGET_DIR',
120119
},
121120
],
122121
},

0 commit comments

Comments
 (0)