feat: 添加新的分享路由以获取cnb工作空间中助手的访问地址
This commit is contained in:
@@ -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' });
|
||||
Reference in New Issue
Block a user