Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
1import { treaty } from '@elysiajs/eden' 2 3import type { app } from '@server' 4 5export const api = treaty<typeof app>('localhost:3000')