Skip to content

Commit 6b64008

Browse files
committed
fix app.continue.dev profile loading
1 parent b8108e1 commit 6b64008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: core/control-plane/env.ts

+3
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,8 @@ export async function useHub(
110110
ideSettingsPromise: Promise<IdeSettings>,
111111
): Promise<boolean> {
112112
const ideSettings = await ideSettingsPromise;
113+
if (ideSettings.enableControlServerBeta) {
114+
return false;
115+
}
113116
return ideSettings.continueTestEnvironment !== "none";
114117
}

0 commit comments

Comments
 (0)