chore: bump nodejs to 24 #15

Merged
t.behrendt merged 2 commits from chore-bump-nodejs-to-24 into main 2025-09-05 18:44:13 +02:00
Showing only changes of commit 9587bd431f - Show all commits

View File

@@ -1,12 +0,0 @@
import { build } from "esbuild";
await build({
entryPoints: ["src/index.ts"],
bundle: true,
platform: "node",
target: "node20",
outfile: "dist/index.js",
sourcemap: false,
minify: true,
logLevel: "info",
});