mirror of https://github.com/langgenius/dify.git
chore: disable turbopackFileSystemCacheForDev (#31696)
This commit is contained in:
parent
c30af58ac4
commit
5ce3a04a2c
|
|
@ -67,6 +67,9 @@ const nextConfig: NextConfig = {
|
|||
compiler: {
|
||||
removeConsole: isDev ? false : { exclude: ['warn', 'error'] },
|
||||
},
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: false,
|
||||
},
|
||||
}
|
||||
|
||||
export default withBundleAnalyzer(withMDX(nextConfig))
|
||||
|
|
|
|||
Loading…
Reference in New Issue