Skip to content

Commit

Permalink
chore: other renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 9, 2025
1 parent 20bb442 commit 05d5135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,13 @@ const FRAMEWORKS: Framework[] = [
variants: [
{
name: 'create-vite-extra',
display: 'create-vite-extra ↗',
display: 'Extra Vite Starters ↗',
color: reset,
customCommand: 'npm create vite-extra@latest TARGET_DIR',
},
{
name: 'create-electron-vite',
display: 'create-electron-vite ↗',
display: 'Electron ↗',
color: reset,
customCommand: 'npm create electron-vite@latest TARGET_DIR',
},
Expand Down

0 comments on commit 05d5135

Please sign in to comment.