import { buildWithBun } from '@kevisual/code-builder'; await buildWithBun({ naming: 'query-browser', entry: 'src/query-browser.ts', dts: true, target: 'browser' }); await buildWithBun({ naming: 'query', entry: 'src/query.ts', dts: true, target: 'browser' }); await buildWithBun({ naming: 'query-ws', entry: 'src/ws.ts', dts: true, target: 'browser' }); await buildWithBun({ naming: 'query-adapter', entry: 'src/adapter.ts', dts: true, target: 'browser' }); await buildWithBun({ naming: 'query-api', entry: 'src/query-api.ts', dts: true, target: 'browser' });