fix cv animations
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { initTRPC } from "@trpc/server"
|
||||
import superjson from "superjson"
|
||||
|
||||
const t = initTRPC.create();
|
||||
const t = initTRPC.create({
|
||||
transformer: superjson,
|
||||
});
|
||||
export const router = t.router;
|
||||
export const publicProcedure = t.procedure;
|
||||
|
||||
Reference in New Issue
Block a user