feat: demo

This commit is contained in:
Bereket Engida
2024-09-16 13:53:41 +03:00
parent 1452de923f
commit c945d1ba95
104 changed files with 20586 additions and 227 deletions

View File

@@ -0,0 +1,6 @@
import { createClient } from "better-call/client";
import { router } from "./router";
export const client = createClient<typeof router>({
baseURL: "http://localhost:3000/api/v1",
});