mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +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",
|
||||
target: "bun",
|
||||
splitting: true,
|
||||
minify: false,
|
||||
minify: true,
|
||||
external: ["bullmq", "@prisma/client"],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue