diff --git a/build.ts b/build.ts index 05910315..8f4147cc 100644 --- a/build.ts +++ b/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) {