hackathon-template/lib/eden/server.ts

4 lines
108 B
TypeScript

import { treaty } from "@elysia/eden";
import { app } from "@/server";
export const api = treaty(app).api;