From c4dbf3df9646ff9f893b321fd0ba2824197d44d9 Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Wed, 18 Jun 2025 14:31:25 +0200 Subject: [PATCH] ok --- next.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/next.config.ts b/next.config.ts index e7cccc1..658404a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,8 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - experimental: { - outputFileTracingIgnores: ["**/test/**", "**/pdf-parse/test/**"], - }, -}; +const nextConfig = {}; module.exports = nextConfig;