Updated next config
This commit is contained in:
@@ -8,7 +8,8 @@ const nextConfig: NextConfig = {
|
|||||||
output: process.env.DOCKER === "1" ? "standalone" : undefined,
|
output: process.env.DOCKER === "1" ? "standalone" : undefined,
|
||||||
typedRoutes: true,
|
typedRoutes: true,
|
||||||
experimental: {
|
experimental: {
|
||||||
browserDebugInfoInTerminal: true
|
browserDebugInfoInTerminal: true,
|
||||||
|
turbopackFileSystemCacheForDev: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user