feat: 添加新的分享路由以获取cnb工作空间中助手的访问地址

This commit is contained in:
2026-03-07 01:50:50 +08:00
parent 2eecbe273e
commit dd5331bbaa
7 changed files with 105 additions and 31 deletions

View File

@@ -1,4 +1,6 @@
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, target: 'node' });
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });
await buildWithBun({ naming: 'cli', entry: 'agent/command.ts', dts: true, target: 'node' });