From 579212a584859a1c5be18f06beffa2b7596232dd Mon Sep 17 00:00:00 2001 From: nBiqoz Date: Wed, 18 Jun 2025 13:51:06 +0200 Subject: [PATCH] good presidio --- vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..5a6fe19 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "functions": { + "app/api/process-document/route.js": { + "excludeFiles": "test/**" + } + }, + "build": { + "env": { + "NEXT_PRIVATE_STANDALONE": "true" + } + } +}