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