mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-08 05:56:38 +00:00
Rename hybrid to managed
This commit is contained in:
@@ -27,7 +27,7 @@ async function startServers() {
|
||||
|
||||
let hybridClientServer;
|
||||
let nextServer;
|
||||
if (config.isHybridMode()) {
|
||||
if (config.isManagedMode()) {
|
||||
hybridClientServer = await createHybridClientServer();
|
||||
} else {
|
||||
nextServer = await createNextServer();
|
||||
|
||||
Reference in New Issue
Block a user