Merge pull request #74 from keshav-005/fix-39-turbopack-root
Set the Turbopack project root
This commit is contained in:
commit
a114b007e7
|
|
@ -2,6 +2,9 @@ import type { NextConfig } from "next";
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
devIndicators: false,
|
||||
turbopack: {
|
||||
root: process.cwd(),
|
||||
},
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue