feat: 更新 bun.config.ts 和 index.ts,添加相对路径解析功能并新增测试文件

This commit is contained in:
2025-12-29 22:57:58 +08:00
parent d6aae58ca0
commit 1ebd6659b7
5 changed files with 43 additions and 59 deletions

View File

@@ -1,3 +1,3 @@
import { buildWithBun } from './src/index.ts'
await buildWithBun({ meta: import.meta, dts: true })
await buildWithBun({ dts: true })