mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 07:17:00 +10:00
chore: update dependencies, cleanup exports (knip)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user