Skip to content

Commit

Permalink
feat: add create-preact to list of options in create-vite (#17674)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jul 14, 2024
1 parent 07bc489 commit d4d98dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ const FRAMEWORKS: Framework[] = [
display: 'JavaScript',
color: yellow,
},
{
name: 'custom-create-preact',
display: 'Customize with create-preact ↗',
color: magenta,
customCommand: 'npm create preact@latest TARGET_DIR',
},
],
},
{
Expand Down

0 comments on commit d4d98dc

Please sign in to comment.