Files
papermark/vercel.json
2025-07-17 18:15:00 +02:00

11 lines
167 B
JSON

{
"functions": {
"pages/api/mupdf/convert-page.ts": {
"memory": 2048
},
"pages/api/mupdf/annotate-document.ts": {
"memory": 2048
}
}
}