Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ computerd.ts
File
computerd.ts
packages/computerd/src/cli/computerd.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ mkdir } from
"node:fs/promises"
;
4
import
{ createServer,
type
IncomingMessage,
type
Server,
type
ServerResponse } from
"node:http"
;
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
error
Method · 0.65
Tested by
no test coverage detected