all repos — discord-utils @ 0e6a30bf60e45be30d6b53457a228bfaca0c9975

build.ts (view raw)

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