chore: update dependencies, cleanup exports (knip)

This commit is contained in:
Amruth Pillai
2026-04-27 08:48:35 +02:00
parent 54e256be09
commit e1bccbcc93
3 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { getRequestHeaders } from "@tanstack/react-start/server";
import router from "@/integrations/orpc/router";
import { getLocale } from "@/utils/locale";
export const getORPCClient = createIsomorphicFn()
const getORPCClient = createIsomorphicFn()
.server((): RouterClient<typeof router> => {
return createRouterClient(router, {
interceptors: [