mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
starting to gut
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import type { CreateNextContextOptions } from '@trpc/server/adapters/next';
|
||||
|
||||
export const createContext = async () => {
|
||||
|
||||
return {
|
||||
};
|
||||
|
||||
export const createTrpcContext = async () => {
|
||||
return {};
|
||||
};
|
||||
|
||||
export type Context = typeof createContext;
|
||||
|
||||
export type TrpcContext = typeof createTrpcContext;
|
||||
|
||||
Reference in New Issue
Block a user