chenyc
2024-10-17 9b065c6cc263dc5fd6a6b4f4a859c373d07e7361
package.json
@@ -8,7 +8,7 @@
    "start": "node app.js",
    "dev": "nodemon app.js",
    "build": "ncc build app.js -o dist",
    "dev:prod":"node dist/index.js"
    "dev:prod": "node dist/index.js"
  },
  "keywords": [],
  "author": "",
@@ -18,6 +18,7 @@
    "@alicloud/viapi-utils": "^1.0.0",
    "body-parser": "^1.20.3",
    "express": "^4.21.1",
    "moment": "^2.30.1",
    "mysql2": "^3.11.3",
    "pkg": "^5.8.1"
  },