rage-framework-example/apps/client/src/lib/index.ts

6 lines
88 B
TypeScript
Raw Normal View History

2024-10-28 10:28:56 +00:00
import { Rpc } from 'rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: true,
})