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