Skip to content

Commit c16b42d

Browse files
committed
feat: enable turbopackFileSystemCacheForDev
1 parent c542496 commit c16b42d

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
@@ -11,6 +11,7 @@ const nextConfig: NextConfig = {
1111
],
1212
cacheComponents: true,
1313
authInterrupts: true,
14+
turbopackFileSystemCacheForDev: true,
1415
},
1516
};
1617

0 commit comments

Comments
 (0)