- typed server inner rpc
- client minor fixes
- sharing browser with rpc on client
This commit is contained in:
2024-10-28 17:30:28 +00:00
parent 3bbf1e2209
commit cbbf4f38e6
12 changed files with 98 additions and 160 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: false,
})