Skip to content

Commit c16b42d

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)