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

Function resolveClientDir

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

Source from the content-addressed store, hash-verified

208};
209
210const resolveClientDir = (): string => {
211 const repoRoot = resolve(import.meta.dirname, "..", "..", "..", "..");
212 return resolve(repoRoot, "apps/local/dist");
213};
214
215const delay = (ms: number): Promise<void> =>
216 new Promise((resolveDelay) => setTimeout(resolveDelay, ms));

Callers 1

startSidecarFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected