enable compression server side

This commit is contained in:
MathMan05 2024-07-30 22:11:09 -05:00
parent fb4721196b
commit 9d22e445b7
3 changed files with 64 additions and 1 deletions

View file

@ -24,6 +24,7 @@
"eslint-plugin-unicorn": "^55.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
"typescript-eslint": "^7.17.0",
"compression":"^1.7.4"
}
}