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 22d145f commit 79c9a4aCopy full SHA for 79c9a4a
frontend/next.config.ts
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
/* config options here */
5
+ turbopack: {
6
+ root: __dirname,
7
+ },
8
};
9
10
export default nextConfig;
0 commit comments