mirror of
https://github.com/d0zingcat/alert-message-center.git
synced 2026-05-13 23:16:48 +00:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import { hc } from "hono/client";
|
|
import type { AppType } from "../../../server/src/index";
|
|
|
|
export const client = hc<AppType>("/") as any;
|