This commit is contained in:
nBiqoz
2025-06-18 14:31:25 +02:00
parent 2af09076b6
commit c4dbf3df96

View File

@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {};
experimental: {
outputFileTracingIgnores: ["**/test/**", "**/pdf-parse/test/**"],
},
};
module.exports = nextConfig; module.exports = nextConfig;