Skip to content

Commit 20bb442

Browse files
committed
feat(create-vite): official starters options naming
1 parent 282496d commit 20bb442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-vite/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const FRAMEWORKS: Framework[] = [
101101
},
102102
{
103103
name: 'custom-create-vue',
104-
display: 'Customize with create-vue ↗',
104+
display: 'Official Vue Starter ↗',
105105
color: green,
106106
customCommand: 'npm create vue@latest TARGET_DIR',
107107
},
@@ -163,7 +163,7 @@ const FRAMEWORKS: Framework[] = [
163163
},
164164
{
165165
name: 'custom-create-preact',
166-
display: 'Customize with create-preact ↗',
166+
display: 'Official Preact Starter ↗',
167167
color: magenta,
168168
customCommand: 'npm create preact@latest TARGET_DIR',
169169
},

0 commit comments

Comments
 (0)