Set the Turbopack project root

This commit is contained in:
keshav-005 2026-04-22 23:43:24 +05:30
parent fe59884827
commit 723aed4c9d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
devIndicators: false,
turbopack: {
root: process.cwd(),
},
/* config options here */
images: {
remotePatterns: [