初始化 Gitea 项目结构,添加核心 API 封装和相关配置文件
This commit is contained in:
4
bun.config.ts
Normal file
4
bun.config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { buildWithBun } from '@kevisual/code-builder';
|
||||
|
||||
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true, clean: true });
|
||||
|
||||
Reference in New Issue
Block a user