This commit is contained in:
2025-08-13 22:53:50 +08:00
commit ec5e7a7ae4
11 changed files with 340 additions and 0 deletions

View File

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