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

Function openStudioBrowser

packages/cli/src/commands/preview.ts:638–645  ·  view source on GitHub ↗
(url: string, projectName: string, options?: BrowserLaunchOptions)

Source from the content-addressed store, hash-verified

636}
637
638function openStudioBrowser(url: string, projectName: string, options?: BrowserLaunchOptions): void {
639 if (options?.noOpen) return;
640 openBrowser(`${url}#project/${projectName}`, {
641 browserPath: options?.browserPath,
642 userDataDir: options?.userDataDir,
643 remoteDebuggingPort: options?.remoteDebuggingPort,
644 });
645}
646
647function printStudioSummary(
648 projectName: string,

Callers 2

handleOutputFunction · 0.85
runEmbeddedModeFunction · 0.85

Calls 1

openBrowserFunction · 0.50

Tested by

no test coverage detected