Add middleware for onboarding page

This commit is contained in:
Meier Lukas
2023-08-05 12:26:50 +02:00
parent 2615f8e0ae
commit f18d2fdfbd
3 changed files with 53 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ export const api = createTRPCNext<RootRouter>({
ssr: false,
});
export const client = createTRPCProxyClient<RootRouter>(getTrpcConfiguration());
/**
* Inference helper for inputs.
*