We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cf739 commit 9c6218eCopy full SHA for 9c6218e
packages/vite/src/node/build.ts
@@ -572,7 +572,7 @@ async function buildEnvironment(
572
573
logger.info(
574
colors.cyan(
575
- `vite v${VERSION} ${colors.green(
+ `rolldown-vite v${VERSION} ${colors.green(
576
`building ${ssr ? `SSR bundle ` : ``}for ${environment.config.mode}...`,
577
)}`,
578
),
packages/vite/src/node/cli.ts
@@ -218,7 +218,7 @@ cli
218
219
info(
220
`\n ${colors.green(
221
- `${colors.bold('VITE')} v${VERSION}`,
+ `${colors.bold('ROLLDOWN-VITE')} v${VERSION}`,
222
)}${modeString} ${startupDurationString}\n`,
223
{
224
clear: !hasExistingLogs,
0 commit comments