From 92f69c57b920cf62ecc9f15f9ed196fa26dbf2ac Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 29 五月 2025 20:26:16 +0800
Subject: [PATCH] gx优化
---
package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 045fcf2..2120719 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,9 @@
"scripts": {
"dev": "node app.js",
"dev2": "node ./dist/index.js",
+ "build2":"pkg app.js --targets node10-win-x64 --verbose",
"pkg": "pkg ./dist/index.js",
- "pkg2": "pkg ./dist/index.js --target node16-win-x64",
+ "pkg2": "pkg ./dist/index.js --target node12-win-x64",
"pkg3": "pkg ./dist2/index.js --targets node16-win-x64 --external=@tensorflow/tfjs-node --compress gzip",
"build": "ncc build app.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
--
Gitblit v1.8.0