good presidio

This commit is contained in:
nBiqoz
2025-06-18 13:51:06 +02:00
parent 8c7a19e881
commit 579212a584

12
vercel.json Normal file
View File

@@ -0,0 +1,12 @@
{
"functions": {
"app/api/process-document/route.js": {
"excludeFiles": "test/**"
}
},
"build": {
"env": {
"NEXT_PRIVATE_STANDALONE": "true"
}
}
}