MCPcopy Create free account
hub / github.com/vercel/vercel / readGlobalConfigFile

Function readGlobalConfigFile

packages/cli-config/src/cli-config.ts:151–157  ·  view source on GitHub ↗
(configPath: string)

Source from the content-addressed store, hash-verified

149}
150
151export function readGlobalConfigFile(configPath: string): GlobalConfig {
152 try {
153 return readConfigFile(configPath, globalConfigSchema);
154 } catch (error) {
155 normalizeConfigError(error);
156 }
157}
158
159export function writeGlobalConfigFile(
160 configPath: string,

Callers 1

Calls 2

normalizeConfigErrorFunction · 0.85
readConfigFileFunction · 0.70

Tested by

no test coverage detected