MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / build-copy.mjs

File build-copy.mjs

packages/cli/scripts/build-copy.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Cross-platform replacement for the previous `mkdir -p … && cp -r …` shell
2// chain, which failed on Windows because `cp` doesn't accept `-r` there.
3
4import { cpSync, existsSync, mkdirSync, readdirSync } from "node:fs";

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected