all repos — discord-utils @ b2c00f4dd362361aace8e4afc9baf28c31a0cb18

build.ts (view raw)

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