Enable HTTP response compression

This commit is contained in:
Lachlan Charlick 2025-10-25 16:12:00 +10:30
parent 0c7b738b7c
commit e8120eb645
3 changed files with 50 additions and 0 deletions

View file

@ -39,6 +39,7 @@
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.27.2",
"compression": "^1.8.1",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-rate-limit": "^7.5.1",