WIP. A little custom music server
at main 4 lines 156 B view raw
1import { treaty } from "@elysiajs/eden"; 2import type { ApiType } from "../../../backend/src/api"; 3 4export const client = treaty<ApiType>("localhost:3003");