docs: add instructions for bun package manager (#12182)

This commit is contained in:
Colin McDonnell
2023-08-13 22:18:25 -07:00
committed by GitHub
parent bd9bce8070
commit feba5e742f
24 changed files with 83 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ If you need to configure some vite plugins, please create a `vite.config.ts` fil
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
- Default: `yarn`
`npm` package manager.

View File

@@ -220,7 +220,7 @@ module.exports = {
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
- Default: `yarn`
指定使用的包管理器。