Files
cnb/bun.config.ts

4 lines
305 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, external: ['ws'] });
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });