Add optional Cloudflare TURN credentials and secure profile sharing

This commit is contained in:
vorotamoroz
2026-09-15 16:20:03 +00:00
parent ba297d1233
commit 93bc161f20
40 changed files with 1855 additions and 182 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const runtimeMocks = vi.hoisted(() => {
};
const serviceHub = {
API: { addLog },
API: { addLog, webCompatFetch: vi.fn() },
appLifecycle: { isReady, markIsReady },
control: { onLoad, onReady, onUnload },
databaseEvents: { onDatabaseInitialised },