Adjust pulling in config

This commit is contained in:
Owen
2025-08-12 16:47:59 -07:00
parent 880a123149
commit 3d8869066a
6 changed files with 26 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ async function startServers() {
const nextServer = await createNextServer();
let hybridClientServer;
if (config.getRawConfig().hybrid) {
if (config.isHybridMode()) {
hybridClientServer = createHybridClientServer();
}