mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
chore: disable turbopackFileSystemCacheForDev (#31696)
This commit is contained in:
@@ -67,6 +67,9 @@ const nextConfig: NextConfig = {
|
||||
compiler: {
|
||||
removeConsole: isDev ? false : { exclude: ['warn', 'error'] },
|
||||
},
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: false,
|
||||
},
|
||||
}
|
||||
|
||||
export default withBundleAnalyzer(withMDX(nextConfig))
|
||||
|
||||
Reference in New Issue
Block a user