Skip to content

Commit d4d98dc

Browse files
authored
feat: add create-preact to list of options in create-vite (#17674)
1 parent 07bc489 commit d4d98dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/create-vite/src/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ const FRAMEWORKS: Framework[] = [
159159
display: 'JavaScript',
160160
color: yellow,
161161
},
162+
{
163+
name: 'custom-create-preact',
164+
display: 'Customize with create-preact ↗',
165+
color: magenta,
166+
customCommand: 'npm create preact@latest TARGET_DIR',
167+
},
162168
],
163169
},
164170
{

0 commit comments

Comments
 (0)