MCPcopy 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
3import { spawn } from "node:child_process";
4import { chmod, copyFile, rm } from "node:fs/promises";

Callers

nothing calls this directly

Calls 4

runFunction · 0.70
dirnameFunction · 0.50
rmFunction · 0.50
chmodFunction · 0.50

Tested by

no test coverage detected