Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 1, 2022
1 parent 7b031d9 commit 2b90543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/src/utils/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function showVersions (cwd: string) {
} catch { /* not found */ }
return ''
}
const pkgs = ['vue', 'nitropack', 'vite', 'webpack']
const pkgs = ['nitropacl', 'vite', 'webpack', 'vue']
console.log(
green(getPkgWithVersion('nuxt') || getPkgWithVersion('nuxt-edge') /* bridge */ || 'nuxt'),
gray('running with'),
Expand Down

0 comments on commit 2b90543

Please sign in to comment.