From 723aed4c9de7f1716a1d2f39d9398209b4434a27 Mon Sep 17 00:00:00 2001 From: keshav-005 Date: Wed, 22 Apr 2026 23:43:24 +0530 Subject: [PATCH] Set the Turbopack project root --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.ts b/next.config.ts index 5a4702d..ab617fe 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { devIndicators: false, + turbopack: { + root: process.cwd(), + }, /* config options here */ images: { remotePatterns: [