chore: format spawn orchestrator helper

This commit is contained in:
Aditi Chauhan 2026-07-06 10:04:50 +05:30
parent bfb500ce9f
commit 4f0843337d
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