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
.prettierignore Normal file
View File

@@ -0,0 +1 @@
vercel.json

View File

@@ -1,9 +1,5 @@
{
"functions": {
"app/**/*.ts": {
"maxDuration": 10,
"memory": 512
},
"app/api/cron/**/*.ts": {
"maxDuration": 180,
"memory": 512
@@ -11,6 +7,10 @@
"app/api/v1/client/**/*.ts": {
"maxDuration": 10,
"memory": 200
},
"app/**/*.ts": {
"maxDuration": 10,
"memory": 512
}
}
}
}

View File

@@ -1 +1 @@
{ "branchName": "main" }
{"branchName": "473-weekly-summary-not-working"}