From 9f3ba8fc782fbf12c27677de01736797902e4b46 Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Wed, 18 Jun 2025 14:01:03 +0200 Subject: [PATCH] good presidio --- next.config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index 1f859bf..e7cccc1 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - // Il n'y a plus aucune configuration spécifique nécessaire ! - // Vous pouvez laisser cet objet vide. + experimental: { + outputFileTracingIgnores: ["**/test/**", "**/pdf-parse/test/**"], + }, }; -export default nextConfig; +module.exports = nextConfig;