trying to get the host game lobby work with the newer rDB

This commit is contained in:
RezHackXYZ 2025-05-15 19:42:58 +05:30
parent caff3cef7c
commit 2b9b5c3b39
No known key found for this signature in database
20 changed files with 213 additions and 355 deletions

View file

@ -4,5 +4,8 @@
"allowJs": true,
"checkJs": true,
"moduleResolution": "bundler"
}
},
"exclude": [
"node_modules"
]
}