docs: prioritize Bun in package manager options (#2425)

Co-authored-by: Patryk Kuniczak <p.kuniczak@gmail.com>
This commit is contained in:
ded-furby
2026-06-30 01:31:47 +10:00
committed by GitHub
parent fc269ed78d
commit 19f94e1e6a
+1 -1
View File
@@ -43,10 +43,10 @@ export async function initialize(options: {
type: () => (options.packageManager == null ? 'select' : undefined),
message: 'Package Manager',
choices: [
{ title: styleText('magenta', 'bun'), value: 'bun' },
{ title: styleText('red', 'npm'), value: 'npm' },
{ title: styleText('yellow', 'pnpm'), value: 'pnpm' },
{ title: styleText('cyan', 'yarn'), value: 'yarn' },
{ title: styleText('magenta', 'bun'), value: 'bun' },
],
},
],