parent
							
								
									deb97fdab0
								
							
						
					
					
						commit
						644b0f1b0e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ import { seoConfig } from "@lib/config/next-seo.config";
 | 
			
		|||
import I18nLanguageHandler from "@components/I18nLanguageHandler";
 | 
			
		||||
 | 
			
		||||
import type { AppRouter } from "@server/routers/_app";
 | 
			
		||||
import { httpLink } from "@trpc/client/links/httpLink";
 | 
			
		||||
import { httpBatchLink } from "@trpc/client/links/httpBatchLink";
 | 
			
		||||
import { loggerLink } from "@trpc/client/links/loggerLink";
 | 
			
		||||
import { withTRPC } from "@trpc/next";
 | 
			
		||||
import type { TRPCClientErrorLike } from "@trpc/react";
 | 
			
		||||
| 
						 | 
				
			
			@ -44,7 +44,7 @@ export default withTRPC<AppRouter>({
 | 
			
		|||
            process.env.NODE_ENV === "development" ||
 | 
			
		||||
            (opts.direction === "down" && opts.result instanceof Error),
 | 
			
		||||
        }),
 | 
			
		||||
        httpLink({
 | 
			
		||||
        httpBatchLink({
 | 
			
		||||
          url: `/api/trpc`,
 | 
			
		||||
        }),
 | 
			
		||||
      ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue