mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 16:16:55 +00:00
tRPC 클라이언트에 최대 URL 길이 설정
This commit is contained in:
@@ -8,6 +8,7 @@ const createClient = (fetch: typeof globalThis.fetch) =>
|
||||
links: [
|
||||
httpBatchLink({
|
||||
url: "/api/trpc",
|
||||
maxURLLength: 4096,
|
||||
transformer: superjson,
|
||||
fetch,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user