Skip to content

Commit

Permalink
chore: msw 실수 죄송합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
lurgi committed Oct 10, 2024
1 parent 5d2abfa commit 847462f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const { PROD_URL, DEV_URL } = process.env;
async function setPrev() {
if (process.env.NODE_ENV === 'development') {
Sentry.getCurrentScope().setLevel('info');
// const worker = await import('@mocks/browser');
// await worker.default.start();
const worker = await import('@mocks/browser');
await worker.default.start();
}
if (process.env.NODE_ENV === 'production') {
ReactGA.initialize(process.env.GA_MEASUREMENT_ID);
Expand Down

0 comments on commit 847462f

Please sign in to comment.