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

Function getGlobalConfigPath

packages/cli/test/northstar.test.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const binaryPath = path.resolve(__dirname, `../scripts/start.js`);
13
14function getGlobalConfigPath() {
15 return path.join(getGlobalDir(), 'config.json');
16}
17
18function getConfigAuthPath() {
19 return path.join(getGlobalDir(), 'auth.json');

Callers 1

northstar.test.tsFile · 0.85

Calls 2

getGlobalDirFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected