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