Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski authored Oct 9, 2023
1 parent 9e2f7df commit d696c0b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/search/vercel.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"functions": {
"pages/api/webhooks/product_updated.ts": {
"memory": 256
},
"src/pages/api/webhooks/product_updated.ts": {
"memory": 256
},
"pages/api/webhooks/product_variant_updated.ts": {
"memory": 256
},
"src/pages/api/webhooks/product_variant_updated.ts": {
"memory": 256
}
Expand Down

0 comments on commit d696c0b

Please sign in to comment.