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,9 @@
import type { CreateNextContextOptions } from '@trpc/server/adapters/next';
export const createContext = async () => {
return {
};
};
export type Context = typeof createContext;