From 4aa2c5fb8a17408d4e97dc2a845d9627113a4784 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 26 Aug 2024 11:25:02 -0400 Subject: [PATCH] Update app.json Co-authored-by: David Sanders --- app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 282c569..09a781f 100644 --- a/app.json +++ b/app.json @@ -15,9 +15,10 @@ "addons": [], "buildpacks": [ { - "url": "heroku/nodejs" - }, { "url": "heroku-community/apt" + }, + { + "url": "heroku/nodejs" } ], "stack": "heroku-24"