chore: pin turbopack root

This commit is contained in:
Ilia Mashkov
2026-07-14 10:36:14 +03:00
parent 03c51e2e8a
commit e66114ce23
+3
View File
@@ -21,6 +21,9 @@ const nextConfig: NextConfig = {
experimental: { experimental: {
viewTransition: true, viewTransition: true,
}, },
turbopack: {
root: __dirname,
},
}; };
export default nextConfig; export default nextConfig;