fixed an issue.

This commit is contained in:
2026-08-26 10:05:50 +08:00
parent 8d4d99f2e8
commit 00c64f449a
9 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
},
"scripts": {
"start": "node dist/index.js",
"start": "NODE_ENV=production node dist/index.js",
"build": "esbuild 'src/**/*.ts' --platform=node --format=cjs --outdir=dist"
}
}