From d8e6c14ae82e3aad8d70fc03a822b23cbf992460 Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Thu, 22 Feb 2024 18:38:37 +0100 Subject: [PATCH] transformer here too? --- cli/template/extras/src/utils/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/template/extras/src/utils/api.ts b/cli/template/extras/src/utils/api.ts index 22d18fea31..0f03d307e1 100644 --- a/cli/template/extras/src/utils/api.ts +++ b/cli/template/extras/src/utils/api.ts @@ -50,6 +50,7 @@ export const api = createTRPCNext({ * @see https://trpc.io/docs/nextjs#ssr-boolean-default-false */ ssr: false, + transformer: superjson, }); /**