Files
project-search/bun.config.ts

8 lines
278 B
TypeScript

import { buildWithBun } from '@kevisual/code-builder';
const external = ['@parcel/watcher']
await buildWithBun({ naming: 'app', entry: 'src/index.ts', dts: true, clean: true, external });
await buildWithBun({ naming: 'remote', entry: 'src/remote.ts', dts: true, external });