5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { buildWithBun } from '@kevisual/code-builder';
|
|
|
|
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true, clean: true });
|
|
|