File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 103
103
const viteStartTime = global . __vite_start_time ?? false
104
104
const startupDurationString = viteStartTime
105
105
? colors . dim (
106
- `ready in ${ colors . white (
106
+ `ready in ${ colors . reset (
107
107
colors . bold ( Math . ceil ( performance . now ( ) - viteStartTime ) )
108
108
) } ms`
109
109
)
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export function printServerUrls(
153
153
info ( ` ${ colors . green ( '➜' ) } ${ colors . bold ( 'Network' ) } : ${ colorUrl ( url ) } ` )
154
154
}
155
155
if ( urls . network . length === 0 && optionsHost === undefined ) {
156
- const note = `use ${ colors . white ( colors . bold ( '--host' ) ) } to expose`
156
+ const note = `use ${ colors . reset ( colors . bold ( '--host' ) ) } to expose`
157
157
info (
158
158
colors . dim ( ` ${ colors . green ( '➜' ) } ${ colors . bold ( 'Network' ) } : ${ note } ` )
159
159
)
You can’t perform that action at this time.
0 commit comments