mirror of
https://github.com/langgenius/dify.git
synced 2026-02-01 16:41:58 +08:00
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
Block a user