Files
code-builder/bun.config.ts

6 lines
236 B
TypeScript

import { buildWithBun } from './src/index.ts'
// await buildWithBun({ dts: true })
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true });
await buildWithBun({ naming: 'program', entry: 'src/program.ts', dts: true });