fix(backend): crashes due to logger and missing server-stubs files

This commit is contained in:
2026-09-07 16:14:13 +02:00
parent 18bdf82bcf
commit cb5cdc483f
4 changed files with 30 additions and 8 deletions
+3
View File
@@ -8,6 +8,7 @@ import {
import devtoken from './routes/devtoken';
import express from 'express';
import fs from 'fs';
import logger from './logger';
import path from 'path';
import room from './routes/room';
import user from './routes/user';
@@ -26,6 +27,8 @@ const run = () => {
const storeSdk = getStoreSdk( foss );
const app = express();
app.use( logger.routeLogging() );
// Load id.janishutz.com SDK and allow signing in
sdk.setUp(
{