Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
92
export
function
loadProjectConfig(projectDir: string): ProjectConfig {
93
return
readProjectConfig(projectDir) ?? DEFAULT_PROJECT_CONFIG;
94
}
Callers
4
projectConfig.test.ts
File · 0.85
run
Function · 0.85
runAdd
Function · 0.85
run
Function · 0.85
Calls
1
readProjectConfig
Function · 0.85
Tested by
no test coverage detected