Skip to content

Commit c6f9041

Browse files
committed
🐛 Disable msw
See mswjs/examples#101
1 parent 89cb601 commit c6f9041

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/app/layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export const metadata = {
3838
},
3939
}
4040

41-
if (process.env.NEXT_PUBLIC_API_MOCKING === 'enabled') {
42-
require('src/mocks')
43-
}
44-
4541
const font = localFont({
4642
src: [
4743
{

0 commit comments

Comments
 (0)