From eae5d67a2b370507f0612cd8d2f6916cbb1c947c Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Wed, 26 Feb 2025 10:34:33 +0530 Subject: [PATCH] fix: weekly summary --- .prettierignore | 1 + apps/web/vercel.json | 10 +++++----- branch.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000..2f030fc876 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +vercel.json \ No newline at end of file diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 81cc5d87b6..d7a7f64a80 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -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 } } -} +} \ No newline at end of file diff --git a/branch.json b/branch.json index 310555cd9b..332ca3116f 100644 --- a/branch.json +++ b/branch.json @@ -1 +1 @@ -{ "branchName": "main" } +{"branchName": "473-weekly-summary-not-working"}