Skip to content

Commit 79c9a4a

Browse files
committed
Set frontend folder as the root source for Turbopack
1 parent 22d145f commit 79c9a4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5+
turbopack: {
6+
root: __dirname,
7+
},
58
};
69

710
export default nextConfig;

0 commit comments

Comments
 (0)