Files
ironmount/apps/client/app/api-client.ts
2025-08-31 17:32:00 +02:00

5 lines
128 B
TypeScript

import type { AppType } from "@ironmount/server";
import { hc } from "hono/client";
export const client = hc<AppType>("/api");