Skip to content

Commit 55b75c8

Browse files
fix(ci): drop unused customers functions glob on umbrella deploys
Vercel rejects functions patterns that match no serverless files when the Next app lives under apps/customers. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 06500c8 commit 55b75c8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tooling/vercel/customers.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"framework": "nextjs",
66
"outputDirectory": "apps/customers/.next",
77
"regions": ["iad1"],
8-
"functions": {
9-
"apps/customers/app/api/**/*.ts": {
10-
"maxDuration": 30
11-
}
12-
},
138
"env": {
149
"NEXT_TELEMETRY_DISABLED": "1"
1510
},

0 commit comments

Comments
 (0)