Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ build.mjs
File
build.mjs
packages/computerd/scripts/build.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ spawn } from
"node:child_process"
;
4
import
{ chmod, copyFile, rm } from
"node:fs/promises"
;
Callers
nothing calls this directly
Calls
4
run
Function · 0.70
dirname
Function · 0.50
rm
Function · 0.50
chmod
Function · 0.50
Tested by
no test coverage detected