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

Function loadProjectConfig

packages/cli/src/utils/projectConfig.ts:92–94  ·  view source on GitHub ↗
(projectDir: string)

Source from the content-addressed store, hash-verified

90 * with or without an explicit config.
91 */
92export function loadProjectConfig(projectDir: string): ProjectConfig {
93 return readProjectConfig(projectDir) ?? DEFAULT_PROJECT_CONFIG;
94}

Callers 4

runFunction · 0.85
runAddFunction · 0.85
runFunction · 0.85

Calls 1

readProjectConfigFunction · 0.85

Tested by

no test coverage detected