feat(FN-1887): merge fusion/fn-1887
This commit is contained in:
@@ -394,6 +394,7 @@ export async function runDaemon(opts: DaemonOptions = {}) {
|
||||
const app = createServer(store, {
|
||||
engine: cwdEngine,
|
||||
engineManager,
|
||||
centralCore: sharedCentralCore ?? undefined,
|
||||
onMerge: (taskId) => cwdEngine.onMerge(taskId),
|
||||
authStorage: dashboardAuthStorage,
|
||||
modelRegistry,
|
||||
|
||||
@@ -577,6 +577,7 @@ export async function runDashboard(port: number, opts: { paused?: boolean; dev?:
|
||||
app = createServer(store, {
|
||||
engine: cwdEngine,
|
||||
engineManager,
|
||||
centralCore: centralCoreForEngine,
|
||||
authStorage: dashboardAuthStorage,
|
||||
modelRegistry,
|
||||
automationStore,
|
||||
@@ -737,6 +738,7 @@ export async function runDashboard(port: number, opts: { paused?: boolean; dev?:
|
||||
// Dev mode: no engine, pass individual proxy objects to createServer
|
||||
app = createServer(store, {
|
||||
onMerge,
|
||||
centralCore: centralCoreForMesh ?? undefined,
|
||||
authStorage: dashboardAuthStorage,
|
||||
modelRegistry,
|
||||
automationStore,
|
||||
|
||||
@@ -558,6 +558,7 @@ export async function runServe(
|
||||
const app = createServer(store, {
|
||||
engine: cwdEngine,
|
||||
engineManager,
|
||||
centralCore: sharedCentralCore ?? undefined,
|
||||
onMerge: (taskId) => cwdEngine.onMerge(taskId),
|
||||
authStorage: dashboardAuthStorage,
|
||||
modelRegistry,
|
||||
|
||||
Reference in New Issue
Block a user