feat: add sharp for server-side image optimization

This commit is contained in:
2026-06-02 10:41:22 +10:00
parent 0e2ec3eb37
commit 886cd3b016
+2 -1
View File
@@ -10,7 +10,8 @@
"express": "^4.21.0",
"node-fetch": "^2.7.0",
"dotenv": "^16.4.5",
"ws": "^8.18.0"
"ws": "^8.18.0",
"sharp": "^0.33.0"
},
"engines": {
"node": ">=18"