From 4f9067f69d9db361bfc3486607076df28a49ffaa Mon Sep 17 00:00:00 2001 From: Biqoz Date: Thu, 29 Jan 2026 01:23:53 +0100 Subject: [PATCH] maj node --- next.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.ts b/next.config.ts index 59279e1..2d45f54 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,8 @@ import { type Configuration } from "webpack"; const nextConfig: NextConfig = { // ... autres configurations + turbopack: {}, + webpack: (config: Configuration, { isServer }: { isServer: boolean }) => { // ---- DÉBUT DE LA CORRECTION ----