import { hc } from "hono/client"; import type { AppType } from "../../../server/src/index"; export const client = hc("/") as any;