更新服务

This commit is contained in:
aixianling
2022-04-01 16:05:56 +08:00
parent 94ce411071
commit 948cc94338
19 changed files with 137 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
"description": "node服务端",
"main": "index.js",
"scripts": {
"dev": "forever -w index.js",
"dev": "forever -w --watchDirectory src index.js ",
"pro": "forever start index.js"
},
"repository": {
@@ -20,6 +20,7 @@
},
"author": "kubbo",
"dependencies": {
"archiver": "^5.3.0",
"express": "^4.17.3",
"fs-extra": "^10.0.1",
"helmet": "^5.0.2",