bot: build standalone binary
vi did:web:vt3e.cat
Tue, 26 May 2026 12:28:55 +0100
2 files changed,
9 insertions(+),
0 deletions(-)
A
apps/bot/build.ts
@@ -0,0 +1,8 @@
+await Bun.build({ + entrypoints: ["./src/index.ts"], + compile: { + outfile: "./bin", + autoloadPackageJson: true, + }, + target: "bun", +});