增加部署发布模块

This commit is contained in:
aixianling
2022-03-30 19:19:56 +08:00
parent d48be5b91f
commit f56c30780a
7 changed files with 77 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
"dependencies": {
"express": "^4.17.3",
"helmet": "^5.0.2",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"uuid": "^8.3.2"
}
}