chore: npm best practices

This commit is contained in:
2026-07-04 21:52:08 +02:00
parent 33a292cddf
commit 832b9b2bad
7 changed files with 43 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import * as esbuild from "esbuild";
const result = await esbuild.build({
entryPoints: ["src/index.ts", "src/config.ts"],
minify: true,
minify: false,
bundle: true,
outdir: "dist",
define: {