all repos — discord-utils @ 2109185c6680068abea65220af0279b0ca989e48

build.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
await Bun.build({
	entrypoints: ["./src/index.ts"],
	compile: {
		outfile: "./bin",
	},
	target: "bun",
});