File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 103103 const viteStartTime = global . __vite_start_time ?? false
104104 const startupDurationString = viteStartTime
105105 ? colors . dim (
106- `ready in ${ colors . white (
106+ `ready in ${ colors . reset (
107107 colors . bold ( Math . ceil ( performance . now ( ) - viteStartTime ) )
108108 ) } ms`
109109 )
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export function printServerUrls(
153153 info ( ` ${ colors . green ( '➜' ) } ${ colors . bold ( 'Network' ) } : ${ colorUrl ( url ) } ` )
154154 }
155155 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`
157157 info (
158158 colors . dim ( ` ${ colors . green ( '➜' ) } ${ colors . bold ( 'Network' ) } : ${ note } ` )
159159 )
You can’t perform that action at this time.
0 commit comments