Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
{ cpSync, existsSync, mkdirSync, readdirSync } from
"node:fs"
;
Callers
nothing calls this directly
Calls
2
resolve
Function · 0.85
main
Function · 0.70
Tested by
no test coverage detected