diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 84dce26f..14a6e76c 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -3,6 +3,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ reactCompiler: true, + turbopack: { + root: __dirname, + }, async rewrites() { return [ {