1import { treaty } from "@elysiajs/eden"; 2import type { ApiType } from "../../../backend/src/api"; 3 4export const client = treaty<ApiType>("localhost:3003");