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

Function writeProjectRoot

packages/cli-exec/tests/index.test.ts:63–66  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

61}
62
63function writeProjectRoot(root: string) {
64 mkdirSync(root, { recursive: true });
65 mkdirSync(path.join(root, '.git'), { recursive: true });
66}
67
68function writePackageJson(root: string) {
69 mkdirSync(root, { recursive: true });

Callers 2

writeLocalVercelPackageFunction · 0.85
index.test.tsFile · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected