We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f55329 commit f0a37d3Copy full SHA for f0a37d3
next.config.ts
@@ -1,7 +1,10 @@
1
import type { NextConfig } from "next";
2
+import path from "path";
3
4
const nextConfig: NextConfig = {
- /* config options here */
5
+ turbopack: {
6
+ root: path.join(__dirname, "./"),
7
+ },
8
};
9
10
export default nextConfig;
0 commit comments