2025-08-13 22:53:50 +08:00

8 lines
174 B
TypeScript

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