import { callSock } from "@kevisual/router/src/auto/call-sock.ts"; callSock({ path: 'demo' }, { // socketPath: '../app.sock', }).then((resp) => { console.log(resp); });