mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Enable minification
This commit is contained in:
parent
dc2fb029f5
commit
100a1f957b
1 changed files with 1 additions and 1 deletions
2
build.ts
2
build.ts
|
|
@ -21,7 +21,7 @@ await Bun.build({
|
|||
outdir: `${process.cwd()}/dist`,
|
||||
target: "bun",
|
||||
splitting: true,
|
||||
minify: false,
|
||||
minify: true,
|
||||
external: ["bullmq", "@prisma/client", "frontend"],
|
||||
}).then((output) => {
|
||||
if (!output.success) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue