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