4 Commits

Author SHA1 Message Date
d638370db1 feat: 更新构建配置,修复解析逻辑并添加程序入口 2026-02-03 16:40:45 +08:00
d273e82b73 feat: 更新构建配置,添加清理输出目录功能并修改版本号 2026-02-02 06:08:21 +08:00
1ebd6659b7 feat: 更新 bun.config.ts 和 index.ts,添加相对路径解析功能并新增测试文件 2025-12-29 22:57:58 +08:00
d6aae58ca0 feat: refactor build process to use Bun, removing Rollup configuration
- Implemented `gererateBunConfig` and `buildWithBun` functions for building projects with Bun.
- Added command-line interface using Commander for building projects.
- Removed Rollup-related code and configuration.
- Deleted unused config module.
- Updated TypeScript configuration to extend from a shared config.
- Added .npmrc for authentication tokens.
- Created bun.config.ts for Bun build configuration.
- Added README documentation for usage instructions.
2025-12-23 12:25:22 +08:00