mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
feat: Turn on minifying in build
This commit is contained in:
parent
df47fa4750
commit
44aaa87f79
1 changed files with 1 additions and 1 deletions
2
build.ts
2
build.ts
|
|
@ -3,6 +3,6 @@ await Bun.build({
|
||||||
outdir: "./dist",
|
outdir: "./dist",
|
||||||
target: "bun",
|
target: "bun",
|
||||||
splitting: true,
|
splitting: true,
|
||||||
minify: false,
|
minify: true,
|
||||||
external: ["bullmq", "@prisma/client"],
|
external: ["bullmq", "@prisma/client"],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue