Slight restructure, updated auth, implement player and game endpoints

This commit is contained in:
jd
2026-02-18 21:32:28 +00:00
parent 99c7bdc0fd
commit 2996a2eb95
32 changed files with 2093 additions and 266 deletions

View File

@@ -13,8 +13,10 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.23",
"argon2": "^0.44.0",
"hashids": "^2.3.0",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/bun": "^1.3.9"