MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveClientDir

Function resolveClientDir

apps/desktop/src/main/sidecar.ts:204–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202};
203
204const resolveClientDir = (): string => {
205 const repoRoot = resolve(import.meta.dirname, "..", "..", "..", "..");
206 return resolve(repoRoot, "apps/local/dist");
207};
208
209const delay = (ms: number): Promise<void> =>
210 new Promise((resolveDelay) => setTimeout(resolveDelay, ms));

Callers 1

startSidecarFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected