feat: 更新构建配置,修复解析逻辑并添加程序入口

This commit is contained in:
2026-02-03 16:40:45 +08:00
parent ce574e9fa7
commit d638370db1
6 changed files with 64 additions and 60 deletions

View File

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