1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-04 08:01:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

nodejs使用gzip压缩

This commit is contained in:
2022-03-15 22:08:44 +08:00
parent c6397dfa47
commit ed56164517
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"description": "书栖网",
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.0",
"crypto": "^1.0.1",
"debug": "^2.2.0",
@@ -26,4 +27,4 @@
"mysql": "^2.18.1",
"serve-favicon": "^2.3.0"
}
}
}