Files
Anonyme/vercel.json
2025-06-18 13:51:06 +02:00

13 lines
183 B
JSON

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