From 3cd38b76288660035816f26970da68b2cc89c7d6 Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 29 Oct 2025 18:44:19 +0100 Subject: [PATCH] Updated next config --- next.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index cca61db..4ad5da4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,7 +8,8 @@ const nextConfig: NextConfig = { output: process.env.DOCKER === "1" ? "standalone" : undefined, typedRoutes: true, experimental: { - browserDebugInfoInTerminal: true + browserDebugInfoInTerminal: true, + turbopackFileSystemCacheForDev: true } }