build stuff

This commit is contained in:
2025-12-11 21:37:46 -06:00
parent c3421a82d6
commit 3e8ff8ef4c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { build } from "esbuild";
await build({
entryPoints: ["backend/app.ts"],
outfile: "dist/app.js",
outfile: "dist/index.cjs",
bundle: true,
platform: "node",
target: ["node24"],