moving to trpc

This commit is contained in:
2024-11-08 08:16:26 -07:00
parent 3f4d665dd2
commit 9503b208d2
18 changed files with 5151 additions and 8235 deletions

View File

@@ -0,0 +1,4 @@
import { createTRPCReact } from "@trpc/react-query";
import { AppRouter } from "./router/app";
export const trpc = createTRPCReact<AppRouter>();