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

3
test/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export const test = () => {
return 'test';
};