- 清理旧的输出目录并引入Bun命令行工具以支持构建流程 - 移除构建脚本中多余的删除输出目录命令
@@ -1,3 +1,7 @@
import { $ } from 'bun'
await $`rm -rf out`
const targetMap = {
'bun-windows-x64': 'x86_64-pc-windows-msvc',
'bun-darwin-arm64': 'aarch64-apple-darwin',
The note is not visible to the blocked user.