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

Commit

Permalink
move nitropack to first (vue,vite are related)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 1, 2022
1 parent 7b031d9 commit 823b1e6
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 = ['nitropack', 'vue', 'vite', 'webpack']
console.log(
green(getPkgWithVersion('nuxt') || getPkgWithVersion('nuxt-edge') /* bridge */ || 'nuxt'),
gray('running with'),
Expand Down

0 comments on commit 823b1e6

Please sign in to comment.