mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
import type { AppType } from "@ironmount/server";
|
|
import { hc } from "hono/client";
|
|
|
|
export const client = hc<AppType>("/api");
|