Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ readConfigFile
Function
readConfigFile
packages/create/src/config-file.ts:76–80 ·
view source on GitHub ↗
( targetDir: string, )
Source
from the content-addressed store, hash-verified
74
}
75
76
export
async
function
readConfigFile(
77
targetDir: string,
78
): Promise<PersistedOptions | null> {
79
return
readConfigFileFromEnvironment(createDefaultEnvironment(), targetDir)
80
}
Callers
1
promptForAddOns
Function · 0.90
Calls
2
readConfigFileFromEnvironment
Function · 0.85
createDefaultEnvironment
Function · 0.85
Tested by
no test coverage detected