mirror of
https://github.com/d0zingcat/alert-message-center.git
synced 2026-06-07 15:10:39 +00:00
@@ -1,4 +1,4 @@
|
||||
import { hc } from 'hono/client';
|
||||
import type { AppType } from '../../../server/src/index';
|
||||
import { hc } from "hono/client";
|
||||
import type { AppType } from "../../../server/src/index";
|
||||
|
||||
export const client = hc<AppType>('/') as any;
|
||||
export const client = hc<AppType>("/") as any;
|
||||
|
||||
Reference in New Issue
Block a user