Skip to content

Commit

Permalink
feat: 경고창 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimeodml committed Nov 9, 2023
1 parent e06719a commit bbe261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bbe261d

Please sign in to comment.