Change the server setup to use Express.js for hosting

This commit is contained in:
2025-08-26 11:02:03 -07:00
parent 8b8aae3ff9
commit 9856719e38
3 changed files with 56 additions and 28 deletions

View File

@@ -19,6 +19,7 @@
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.2",
"@types/redis": "^4.0.11",
"@types/express": "^5.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"