Add ElysiaJS integration and update homepage

This commit is contained in:
James Blair 2026-05-08 18:39:08 +12:00
parent 3197d2fb1b
commit 666b2d0e0d
Signed by: james
SSH key fingerprint: SHA256:hsDR3ENI2ZMgh+CNb+0PrFsj29DI007R+BMKUVGi6zQ
12 changed files with 112 additions and 100 deletions

4
lib/eden/client.ts Normal file
View file

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