feat: 更新构建配置,添加清理输出目录功能并修改版本号

This commit is contained in:
2026-02-02 06:08:21 +08:00
parent 1ebd6659b7
commit d273e82b73
5 changed files with 75 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
import { buildWithBun } from './src/index.ts'
await buildWithBun({ dts: true })
// await buildWithBun({ dts: true })
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true });