merge feature/sse-reads: SSE reactivity + claim flow + platform admin

This commit is contained in:
JCEEE
2026-07-30 11:39:27 +01:00
10 changed files with 71 additions and 57 deletions
Vendored
+9
View File
@@ -0,0 +1,9 @@
export declare const FRONTEND_PORT = "2080";
export declare const PROXY_PORT = "3456";
export declare const SERVER_IP = "192.168.1.225";
export declare const PB_PORT = "8090";
export declare const PB_EMAIL = "debug@famchamp.dev";
export declare const PB_PASSWORD = "debug123";
export declare const DEBUG_RECORD_ID = "0747qjl16m6o529";
export declare const PUBLIC_PB_URL = "http://192.168.1.225:8090";
//# sourceMappingURL=config.d.ts.map