mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
Adjust pulling in config
This commit is contained in:
@@ -20,7 +20,7 @@ async function startServers() {
|
||||
const nextServer = await createNextServer();
|
||||
|
||||
let hybridClientServer;
|
||||
if (config.getRawConfig().hybrid) {
|
||||
if (config.isHybridMode()) {
|
||||
hybridClientServer = createHybridClientServer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user