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