Skip to content

Commit

Permalink
transformer here too?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 22, 2024
1 parent 2dd3166 commit d8e6c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/template/extras/src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const api = createTRPCNext<AppRouter>({
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
*/
ssr: false,
transformer: superjson,
});

/**
Expand Down

0 comments on commit d8e6c14

Please sign in to comment.