fix(standalone/setup): lost connection to websocket

This commit is contained in:
Elian Doran
2026-03-24 16:31:44 +02:00
parent 6c3e16db20
commit c2b965c24b

View File

@@ -246,6 +246,7 @@ function bootstrapRoute(): BootstrapDefinition {
if (!isDbInitialized) {
return {
...commonItems,
isStandalone: true,
baseApiUrl: "../api/",
};
}