a tool for shared writing and social publishing
298
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feature/small-text 4 lines 147 B view raw
1import { makeAPIClient } from "./lib"; 2import type { Routes } from "./[command]/route"; 3 4export const callRPC = makeAPIClient<Routes>("/api/rpc");