6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
|
import { Rpc } from 'rage-fw-rpc'
|
||
|
|
||
|
export const rpc = new Rpc({
|
||
|
debugLogs: true,
|
||
|
})
|