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

@@ -19,4 +19,6 @@ code-builder build
import { buildWithBun } from '@kevisual/code-builder'
await buildWithBun({ meta: import.meta, dts: true })
await buildWithBun({ naming: 'app', entry: 'src/index.ts' });
```