feat: 更新构建配置,添加清理输出目录功能并修改版本号
This commit is contained in:
@@ -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 });
|
||||
Reference in New Issue
Block a user