MCPcopy 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
76export async function readConfigFile(
77 targetDir: string,
78): Promise<PersistedOptions | null> {
79 return readConfigFileFromEnvironment(createDefaultEnvironment(), targetDir)
80}

Callers 1

promptForAddOnsFunction · 0.90

Calls 2

createDefaultEnvironmentFunction · 0.85

Tested by

no test coverage detected