fix(FN-4802): align hybridExecutor type with createServer signature

Fusion-Task-Id: FN-4802
Fusion-Task-Lineage: a1436633-8000-4b3a-8d22-dcc28be69bcd
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 12:54:16 -07:00
committed by gsxdsm
parent f84c048fe2
commit 63502600db

View File

@@ -1506,7 +1506,7 @@ export async function runDashboard(port: number, opts: { paused?: boolean; dev?:
// Start engines for all registered projects eagerly
await engineManager.startAll();
let hybridExecutor: HybridExecutor | null = null;
let hybridExecutor: HybridExecutor | undefined = undefined;
const hybridGate = await shouldUseHybridExecutor(centralCoreForEngine);
logSink.log(
`hybrid executor gate: enabled=${hybridGate.enabled} reason=${hybridGate.reason}`,