Files
alert-message-center/apps/web/src/lib/client.ts
d0zingcat 451793f6ce feat: add lint
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
2026-01-14 19:36:46 +08:00

5 lines
140 B
TypeScript

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