Files
rage-framework/client/src/core/rpc.ts
T
rilaxik 3bbf1e2209 upd core
- typed client inner rpc
- better type organization
2024-10-28 16:53:42 +00:00

6 lines
102 B
TypeScript

import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: false,
})