chore: 更新版本号至0.0.24,添加keep模块的外部依赖并更新相关依赖版本

This commit is contained in:
2026-02-14 16:53:30 +08:00
parent ea137eb70b
commit 9bb9f447ec
3 changed files with 42 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import { buildWithBun } from '@kevisual/code-builder'
await buildWithBun({ naming: 'opencode', entry: 'agent/opencode.ts', dts: true });
await buildWithBun({ naming: 'keep', entry: 'src/keep.ts', dts: true });
await buildWithBun({ naming: 'keep', entry: 'src/keep.ts', dts: true, external: ['ws'] });
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });