hackathon-template/lib/api/client.ts

4 lines
138 B
TypeScript

import { treaty } from "@elysia/eden";
import type { app } from "@/server";
export const api = treaty<typeof app>("localhost:3000").api;