Skip to content

Commit 0a3165c

Browse files
hh
1 parent 22bc34c commit 0a3165c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

next.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
const nextConfig = {
33
reactStrictMode: true,
44
productionBrowserSourceMaps: false,
5-
turbopack: {
6-
root: __dirname,
7-
},
5+
// Disable Turbopack - it's very disk I/O intensive
6+
// turbopack: {
7+
// root: __dirname,
8+
// },
89

910
async headers() {
1011
return [

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"**/*.js"
3232
],
3333
"exclude": [
34-
"node_modules"
34+
"node_modules",
35+
".next"
3536
]
3637
}

0 commit comments

Comments
 (0)