mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: switch from go to bun
This commit is contained in:
4
apps/client/app/api-client.ts
Normal file
4
apps/client/app/api-client.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { AppType } from "@ironmount/server";
|
||||
import { hc } from "hono/client";
|
||||
|
||||
export const client = hc<AppType>("/api");
|
||||
Reference in New Issue
Block a user