Compare commits

...

1 Commits

Author SHA1 Message Date
Piyush Gupta eae5d67a2b fix: weekly summary 2025-02-26 10:34:33 +05:30
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
vercel.json
+5 -5
View File
@@ -1,9 +1,5 @@
{ {
"functions": { "functions": {
"app/**/*.ts": {
"maxDuration": 10,
"memory": 512
},
"app/api/cron/**/*.ts": { "app/api/cron/**/*.ts": {
"maxDuration": 180, "maxDuration": 180,
"memory": 512 "memory": 512
@@ -11,6 +7,10 @@
"app/api/v1/client/**/*.ts": { "app/api/v1/client/**/*.ts": {
"maxDuration": 10, "maxDuration": 10,
"memory": 200 "memory": 200
},
"app/**/*.ts": {
"maxDuration": 10,
"memory": 512
} }
} }
} }
+1 -1
View File
@@ -1 +1 @@
{ "branchName": "main" } {"branchName": "473-weekly-summary-not-working"}