feat: 更新构建配置,修复解析逻辑并添加程序入口
This commit is contained in:
@@ -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 });
|
||||
Reference in New Issue
Block a user