install.mjs (--install/--build-only/--uninstall/--openclaw-profile-path), tsconfig outDir dist/fabric, package.json openclaw file dep + main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
import { Socket } from "./socket.js";
|
|
export default (uri, opts) => new Socket(uri, opts);
|