Enable minification

This commit is contained in:
Jesse Wierzbinski 2024-04-09 17:02:19 -10:00
parent dc2fb029f5
commit 100a1f957b
No known key found for this signature in database

View file

@ -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) {