We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c542496 commit c16b42dCopy full SHA for c16b42d
1 file changed
next.config.ts
@@ -11,6 +11,7 @@ const nextConfig: NextConfig = {
11
],
12
cacheComponents: true,
13
authInterrupts: true,
14
+ turbopackFileSystemCacheForDev: true,
15
},
16
};
17
0 commit comments