[install] # 启用精确版本匹配 exact = true # 使用更快的链接模式 linkNativeModules = true # 缓存目录 cache = "node_modules/.cache/bun" [run] # 在bun run时使用bun而不是node bun = true