import type { NextConfig } from "next"; const nextConfig: NextConfig = { turbopack: { root: '../../', // chemin vers la racine du monorepo }, }; export default nextConfig;