🚧 Add onboarding

This commit is contained in:
Meier Lukas
2023-08-01 19:04:14 +02:00
parent a3bb08768f
commit 8ce0de5068
6 changed files with 309 additions and 31 deletions

View File

@@ -44,6 +44,8 @@ const createInnerTRPCContext = (opts: CreateContextOptions) => ({
prisma,
});
export type TRPCContext = ReturnType<typeof createInnerTRPCContext>;
/**
* This is the actual context you will use in your router. It will be used to process every request
* that goes through your tRPC endpoint.