Files
cnb/bun.config.ts
2026-02-05 19:38:11 +08:00

4 lines
287 B
TypeScript

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: 'routes', entry: 'agent/index.ts', dts: true });