Skip to content

Commit 6b4e3fe

Browse files
committed
feat: enable turbopackFileSystemCacheForDev
1 parent 8283808 commit 6b4e3fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const nextConfig: NextConfig = {
1414
],
1515
cacheComponents: true,
1616
authInterrupts: true,
17+
turbopackFileSystemCacheForDev: true,
1718
},
1819
async rewrites() {
1920
return [

0 commit comments

Comments
 (0)