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