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

Function projectConfigPath

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

Source from the content-addressed store, hash-verified

43
44/** Path to the config file for a project rooted at `projectDir`. */
45export function projectConfigPath(projectDir: string): string {
46 return join(resolve(projectDir), PROJECT_CONFIG_FILENAME);
47}
48
49/** Read `hyperframes.json` from a project directory. */
50export function readProjectConfig(projectDir: string): ProjectConfig | undefined {

Callers 5

readProjectConfigFunction · 0.85
writeProjectConfigFunction · 0.85
runAddFunction · 0.85
runFunction · 0.85

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected