await Bun.build({ entrypoints: ["./src/index.ts"], outdir: "./dist", target: "bun", external: ["yaml"], minify: true, }); export { };