From 6f9081cb526867fdd499fab69c2f0445ccf8796c Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 28 Mar 2026 19:32:16 +0200 Subject: [PATCH] fix: remove turbopack.root config causing CPU issues and module resolution errors --- next.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 0c5cd4a..25217ff 100644 --- a/next.config.ts +++ b/next.config.ts @@ -5,9 +5,6 @@ const withNextIntl = createNextIntlPlugin(); const nextConfig: NextConfig = { output: 'standalone', - turbopack: { - root: '/home/unchained/code/manoon-headless', - }, images: { remotePatterns: [ {