chore(scripts): drop legacy moltbot rpc alias

This commit is contained in:
Vincent Koc
2026-06-02 19:37:07 +02:00
parent d07ba5f265
commit 1ff2ffa160

View File

@@ -1591,7 +1591,6 @@
"mac:open": "open dist/OpenClaw.app",
"mac:package": "bash scripts/package-mac-app.sh",
"mac:restart": "bash scripts/restart-mac.sh",
"moltbot:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
"openclaw": "node scripts/run-node.mjs",
"openclaw:rpc": "node scripts/run-node.mjs agent --mode rpc --json",
"perf:issue-78851": "node --import tsx scripts/perf/issue-78851-model-resolution.ts",