Skip to content

Commit 9c6218e

Browse files
chore: add rolldown-vite indicator (#141)
1 parent b5cf739 commit 9c6218e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vite/src/node/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ async function buildEnvironment(
572572

573573
logger.info(
574574
colors.cyan(
575-
`vite v${VERSION} ${colors.green(
575+
`rolldown-vite v${VERSION} ${colors.green(
576576
`building ${ssr ? `SSR bundle ` : ``}for ${environment.config.mode}...`,
577577
)}`,
578578
),

packages/vite/src/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ cli
218218

219219
info(
220220
`\n ${colors.green(
221-
`${colors.bold('VITE')} v${VERSION}`,
221+
`${colors.bold('ROLLDOWN-VITE')} v${VERSION}`,
222222
)}${modeString} ${startupDurationString}\n`,
223223
{
224224
clear: !hasExistingLogs,

0 commit comments

Comments
 (0)