- typed server inner rpc - client minor fixes - sharing browser with rpc on client
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { Rpc } from '@entityseven/rage-fw-rpc'
|
|
|
|
export const rpc = new Rpc({
|
|
debugLogs: false,
|
|
})
|