From a9da8435cbea05a6acf3931e0373a353ccf58f90 Mon Sep 17 00:00:00 2001 From: static Date: Fri, 26 Dec 2025 23:54:49 +0900 Subject: [PATCH] =?UTF-8?q?tRPC=20=ED=81=B4=EB=9D=BC=EC=9D=B4=EC=96=B8?= =?UTF-8?q?=ED=8A=B8=EC=97=90=20=EC=B5=9C=EB=8C=80=20URL=20=EA=B8=B8?= =?UTF-8?q?=EC=9D=B4=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/trpc/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trpc/client.ts b/src/trpc/client.ts index a24cd5d..a6e2f8b 100644 --- a/src/trpc/client.ts +++ b/src/trpc/client.ts @@ -8,6 +8,7 @@ const createClient = (fetch: typeof globalThis.fetch) => links: [ httpBatchLink({ url: "/api/trpc", + maxURLLength: 4096, transformer: superjson, fetch, }),