diff --git a/next.config.ts b/next.config.ts index 027338d..dd8d28b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", + turbopack: { + root: __dirname, + }, async rewrites() { const apiBase = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8080"; return [