From 7b72ac13a83764a662159d4a49b7fffb90476ecb Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 12 六月 2025 14:45:12 +0800
Subject: [PATCH] gx

---
 package.json |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index c1b64e7..2120719 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,10 @@
   "bin": "app.js",
   "scripts": {
     "dev": "node app.js",
-    "dev2":"node ./dist/index.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"
@@ -31,7 +32,8 @@
     "face-api.js": "^0.22.2",
     "moment": "^2.29.4",
     "mongoose": "^5.12.13",
-    "multer": "^1.4.5-lts.1"
+    "multer": "^1.4.5-lts.1",
+    "winston-daily-rotate-file": "^5.0.0"
   },
   "devDependencies": {
     "@vercel/ncc": "^0.38.3",

--
Gitblit v1.8.0