feat: basic connection between frontend and backend

This commit is contained in:
2026-09-07 19:35:30 +02:00
parent 867374fa47
commit 054fda2fb9
16 changed files with 329 additions and 26 deletions
+1
View File
@@ -14,6 +14,7 @@ import room from './routes/room';
import user from './routes/user';
const run = () => {
// FIXME: Use DB instead of memory optionally
const sdkConfig = JSON.parse( fs.readFileSync( path.join(
__dirname,
'/../config/sdk.config.testing.json'