Skip to content

Commit

Permalink
fix(create-vite): switch to default Remix template (#16203)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Mar 19, 2024
1 parent 1a3b1d7 commit ea480df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ const FRAMEWORKS: Framework[] = [
name: 'custom-remix',
display: 'Remix ↗',
color: cyan,
customCommand:
'npm create remix@latest TARGET_DIR -- --template remix-run/remix/templates/vite',
customCommand: 'npm create remix@latest TARGET_DIR',
},
],
},
Expand Down

0 comments on commit ea480df

Please sign in to comment.