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

Function getConfigFilePath

packages/cli-config/src/cli-config.ts:143–145  ·  view source on GitHub ↗
(configDir: string)

Source from the content-addressed store, hash-verified

141}
142
143export function getConfigFilePath(configDir: string): string {
144 return path.join(configDir, 'config.json');
145}
146
147export function getAuthConfigFilePath(configDir: string): string {
148 return path.join(configDir, 'auth.json');

Callers 2

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected