feat: add alternative server for purposes of switching to API v1 (#571)
* feat: add alternative server for purposes of switching to API v1 * fix: naming of next version sync server host variable
This commit is contained in:
@@ -2,5 +2,6 @@ import { Bridge } from "./services/bridge";
|
||||
|
||||
export type StartApplication = (
|
||||
defaultSyncServerHost: string,
|
||||
bridge: Bridge
|
||||
bridge: Bridge,
|
||||
nextVersionSyncServerHost: string
|
||||
) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user