mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
moving to trpc
This commit is contained in:
9
nextjs/src/services/trpc/context.ts
Normal file
9
nextjs/src/services/trpc/context.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { CreateNextContextOptions } from '@trpc/server/adapters/next';
|
||||
|
||||
export const createContext = async () => {
|
||||
|
||||
return {
|
||||
};
|
||||
};
|
||||
|
||||
export type Context = typeof createContext;
|
||||
Reference in New Issue
Block a user