From 34f7be5bb2b1cdeeaddeeef908023298030ddb01 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:23:27 +0530 Subject: [PATCH] changes for heroku fix (#4888) --- .slugignore | 1 + app.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .slugignore diff --git a/.slugignore b/.slugignore new file mode 100644 index 0000000000..818254feb9 --- /dev/null +++ b/.slugignore @@ -0,0 +1 @@ +/docs \ No newline at end of file diff --git a/app.json b/app.json index 50dcdac84f..ab941e0024 100644 --- a/app.json +++ b/app.json @@ -48,7 +48,8 @@ }, "formation": { "web": { - "quantity": 1 + "quantity": 1, + "size": "standard-2x" } }, "image": "heroku/nodejs",