We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028c601 commit b150a52Copy full SHA for b150a52
packages/wxt/src/core/initialize.ts
@@ -44,10 +44,7 @@ export async function initialize(options: {
44
{ title: pc.red('npm'), value: 'npm' },
45
{ title: pc.yellow('pnpm'), value: 'pnpm' },
46
{ title: pc.cyan('yarn'), value: 'yarn' },
47
- {
48
- title: `${pc.magenta('bun')}${pc.gray(' (experimental)')}`,
49
- value: 'bun',
50
- },
+ { title: pc.magenta('bun'), value: 'bun' },
51
],
52
},
53
0 commit comments