umami/vercel.json

8 lines
100 B
JSON
Raw Normal View History

2023-03-29 01:02:36 +02:00
{
"functions": {
"pages/api/**/*": {
"includeFiles": "node_modules/.geo/**"
}
}
}