From bbe261dfaf5b17e406dcb6c0c85b5613324be80c Mon Sep 17 00:00:00 2001 From: Daeeui Kim Date: Thu, 9 Nov 2023 21:19:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=B2=BD=EA=B3=A0=EC=B0=BD=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index fdc9526b..811bca73 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -21,7 +21,7 @@ const queryClient = new QueryClient({ }); if (process.env.NODE_ENV === 'development') { - worker.start({ quiet: true }); + worker.start({ onUnhandledRequest: 'bypass' }); } const root = ReactDOM.createRoot(