chore: format spawn orchestrator helper

This commit is contained in:
codebanditssss 2026-07-06 03:58:41 +05:30
parent fcbcc4b493
commit 5a7d7b0a32
1 changed files with 1 additions and 7 deletions

View File

@ -8,13 +8,7 @@ import { captureRendererEvent } from "./telemetry";
// each call site remembering to instrument itself. Keep in sync with the
// allowed-source list in telemetry.ts.
export type OrchestratorSpawnSource =
| "board"
| "restore_dialog"
| "topbar"
| "sidebar"
| "project_add"
| "settings"
| "restart";
"board" | "restore_dialog" | "topbar" | "sidebar" | "project_add" | "settings" | "restart";
/** Spawn the project's orchestrator session via the daemon API. When clean is
* true the daemon first tears down any active orchestrator for the project, then