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} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
// Il n'y a plus aucune configuration spécifique nécessaire ! experimental: {
// Vous pouvez laisser cet objet vide. outputFileTracingIgnores: ["**/test/**", "**/pdf-parse/test/**"],
},
}; };
export default nextConfig; module.exports = nextConfig;