mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Re-enable minification
This commit is contained in:
parent
480fcb363f
commit
9579ddacfb
2
build.ts
2
build.ts
|
|
@ -25,7 +25,7 @@ await Bun.build({
|
||||||
outdir: process.cwd() + "/dist",
|
outdir: process.cwd() + "/dist",
|
||||||
target: "bun",
|
target: "bun",
|
||||||
splitting: true,
|
splitting: true,
|
||||||
minify: false,
|
minify: true,
|
||||||
external: ["bullmq"],
|
external: ["bullmq"],
|
||||||
}).then(output => {
|
}).then(output => {
|
||||||
if (!output.success) {
|
if (!output.success) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue