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