// https://bun.sh/docs/bundler await Bun.build({ target: 'node', format: 'esm', entrypoints: ['./src/main.ts'], outdir: './dist', env: 'ASSISTANT_*', });