优化打包方法

This commit is contained in:
aixianling
2023-01-18 12:08:51 +08:00
parent de3549d82e
commit 766faee96e
7 changed files with 124 additions and 14 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "forever -w --watchDirectory src index.js ",
"pro": "forever start index.js"
"pro": "forever start index.js",
"stop": "forever stopall"
},
"repository": {
"type": "git",
@@ -23,10 +24,14 @@
"axios": "^1.2.1",
"dayjs": "^1.11.0",
"express": "^4.17.3",
"express-ws": "^5.0.2",
"fs-extra": "^10.0.1",
"helmet": "^5.0.2",
"mysql": "^2.18.1",
"sql": "^0.78.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"chalk": "^4.1.2"
}
}