style(cli): make version bold
This commit is contained in:
parent
8867663122
commit
60c24d6036
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default defineCommand({
|
|||
try {
|
||||
const _require = createRequire(import.meta.url);
|
||||
const mcflyPkg = await _require("@mcflyjs/core/package.json");
|
||||
const mcflyPkgVersion = `McFly ${mcflyPkg.version}`;
|
||||
const mcflyPkgVersion = `McFly ${colorize("bold", mcflyPkg.version)}`;
|
||||
const nitroPkg = await _require("nitropack/package.json");
|
||||
const nitroPkgVersion = `Nitro ${nitroPkg.version}`;
|
||||
consola.log(
|
||||
|
|
Loading…
Reference in a new issue