MCPcopy Create free account
hub / github.com/CoderLuii/HolyClaude / patch-cloudcli-web-terminal-rendering.mjs

File patch-cloudcli-web-terminal-rendering.mjs

scripts/patch-cloudcli-web-terminal-rendering.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { existsSync, readFileSync, writeFileSync } from 'fs';
2
3const DEFAULT_PLUGIN_ROOT = '/home/claude/.claude-code-ui/plugins/web-terminal';
4const PLUGIN_ROOT = process.argv[2] || DEFAULT_PLUGIN_ROOT;

Callers

nothing calls this directly

Calls 3

failFunction · 0.85
patchServerFunction · 0.85
patchIndexFunction · 0.70

Tested by

no test coverage detected