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