更新 bun.config.ts 中 CLI 入口文件路径,升级依赖版本

This commit is contained in:
xiongxiao
2026-03-16 21:49:58 +08:00
committed by cnb
parent 8813e06c61
commit c7a0c6ac3c
3 changed files with 20 additions and 19 deletions

View File

@@ -4,4 +4,4 @@ await buildWithBun({ naming: 'keep', entry: 'src/keep.ts', dts: true, target: 'n
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });
await buildWithBun({ naming: 'npc', entry: 'agent/npc.ts', dts: true });
await buildWithBun({ naming: 'cli', entry: 'agent/commander.ts', dts: true, target: 'node' });
await buildWithBun({ naming: 'cli', entry: 'agent/cli.ts', dts: true, target: 'node' });