Updated next config

This commit is contained in:
2025-10-29 18:44:19 +01:00
parent aac3fcd3b9
commit 3cd38b7628

View File

@@ -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
} }
} }