Skip to content

Commit

Permalink
chore: 개발 환경 셋팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle601 committed May 22, 2023
1 parent 1314664 commit 5338b7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import GlobalStyle from '@/styles/global';
import { GlobalFontStyles } from '@/styles/font';
import { worker } from './mocks/worker';

if (process.env.NODE_ENV === 'development') {
worker.start();
}
worker.start();

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
Expand Down

0 comments on commit 5338b7e

Please sign in to comment.