Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed May 22, 2024
1 parent bfaf128 commit 609aa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function showVersions(cwd: string) {
|| getPkgVersion('nuxt3')
|| getPkgVersion('nuxt-edge')
const nitroVersion
= getPkgVersion('nitropack') || getPkgVersion('nitropack-nightly')|| getPkgVersion('nitropack-edge')
= getPkgVersion('nitropack') || getPkgVersion('nitropack-nightly') || getPkgVersion('nitropack-edge')
console.log(
gray(
green(`Nuxt ${bold(nuxtVersion)}`)
Expand Down

0 comments on commit 609aa95

Please sign in to comment.