Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Prev Previous commit
Next Next commit
remove verbosity
  • Loading branch information
pi0 committed Sep 1, 2022
commit d017ba135002659f30563100aacd605f49fd52ec
2 changes: 1 addition & 1 deletion packages/nuxi/src/utils/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export function showVersions (cwd: string) {
const nitroVersion = getPkgVersion('nitropack')
console.log(
green(`Nuxt ${nuxtVersion}`),
nitroVersion ? gray(`running with Nitro ${nitroVersion}`) : ''
nitroVersion ? gray(`with Nitro ${nitroVersion}`) : ''
)
}