MCPcopy Create free account
hub / github.com/WJX20/claude-code / build.ts

File build.ts

build.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { readdir, readFile, writeFile } from "fs/promises";
2import { join } from "path";
3
4const outdir = "dist";

Callers

nothing calls this directly

Calls 4

rmSyncFunction · 0.85
readdirFunction · 0.85
readFileFunction · 0.85
errorMethod · 0.65

Tested by

no test coverage detected