Skip to content

Commit 5ea9a42

Browse files
authored
fix(create-vite): make custom command visible (#19519)
1 parent e912080 commit 5ea9a42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/create-vite/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const {
1010
blue,
1111
blueBright,
1212
cyan,
13-
gray,
1413
green,
1514
greenBright,
1615
magenta,
@@ -416,7 +415,7 @@ async function init() {
416415
return {
417416
label: variantColor(variant.display || variant.name),
418417
value: variant.name,
419-
hint: command ? gray(command) : undefined,
418+
hint: command,
420419
}
421420
}),
422421
})

0 commit comments

Comments
 (0)