Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acoyfellow/cloudbox
/ cloudbox-live.mjs
File
cloudbox-live.mjs
scripts/cloudbox-live.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
import
{ readFile, writeFile } from
"node:fs/promises"
;
3
4
const
url = (process.env.CLOUDBOX_E2E_URL ??
"https://cloudbox.coey.dev"
).replace(/\/+$/,
""
);
Callers
nothing calls this directly
Calls
4
requestJson
Function · 0.85
writeFile
Function · 0.85
readState
Function · 0.85
write
Method · 0.80
Tested by
no test coverage detected