fix: use enable unfinished features env var to set enableV4
This commit is contained in:
@@ -3,5 +3,6 @@ import { Bridge } from "./services/bridge";
|
||||
export type StartApplication = (
|
||||
defaultSyncServerHost: string,
|
||||
bridge: Bridge,
|
||||
enableUnfinishedFeatures: boolean,
|
||||
webSocketUrl: string,
|
||||
) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user