all repos — discord-utils @ 18d7f68a096e1f5eeaac2722dfc37e9e1d247747

build.ts (view raw)

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