chore: migrate from pnpm to bun package manager

Switch package manager from pnpm to bun for faster dependency
installation and better monorepo support. Remove pnpm-specific
configuration files and update all scripts to use bun commands.
This commit is contained in:
2026-03-11 22:45:45 +08:00
parent c0f7ad7458
commit 959eaa3d9d
9 changed files with 26 additions and 28553 deletions

13
bunfig.toml Normal file
View File

@@ -0,0 +1,13 @@
# Bunfig - Bun 套件優化配置
# https://bun.sh/docs/runtime/bunfig
[install]
# 使用精確版本,避免意外升級
exact = true
# 生產環境使用 lockfile
frozenLockfile = true
[install.lockfile]
# 保存 lockfile
save = true