From 5d01f61e3694a1e2d9927bb45f2d6fa53d938d99 Mon Sep 17 00:00:00 2001 From: fer0ze Date: Fri, 24 Nov 2023 12:00:35 +0500 Subject: [PATCH] Update app.json hobby-dev is no longer supported by heroku, so it should be mini instead atleast. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index e7ee092..a87b3d1 100644 --- a/app.json +++ b/app.json @@ -21,7 +21,7 @@ "stack": "container", "addons": [ { - "plan": "heroku-postgresql:hobby-dev" + "plan": "heroku-postgresql:mini" } ] }