good presidio

This commit is contained in:
nBiqoz
2025-06-18 14:01:03 +02:00
parent 579212a584
commit 9f3ba8fc78

View File

@@ -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;