mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 08:48:19 +01:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
await Bun.build({
|
|
entrypoints: ["./index.ts"],
|
|
outdir: "./dist",
|
|
target: "bun",
|
|
splitting: true,
|
|
minify: false,
|
|
external: ["bullmq", "@prisma/client"],
|
|
});
|