4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import type { AppType } from "@ironmount/server";
|
|
import { hc } from "hono/client";
|
|
|
|
export const client = hc<AppType>("/api");
|