MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / resolveDistDir

Function resolveDistDir

packages/cli/src/server/studioServer.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38// ── Path resolution ─────────────────────────────────────────────────────────
39
40function resolveDistDir(): string {
41 return resolveStudioBundle().dir;
42}
43
44export interface StudioBundleResolution {
45 dir: string;

Callers 1

createStudioServerFunction · 0.85

Calls 1

resolveStudioBundleFunction · 0.85

Tested by

no test coverage detected