From f7345c0cffcb20f6a5d32ca3b3e3b8f3924365c5 Mon Sep 17 00:00:00 2001 From: alima Date: Mon, 30 Jun 2025 02:59:30 +0330 Subject: [PATCH] fix: removed release formation from app.json config --- app.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.json b/app.json index fa504f7..8fe0c2a 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,5 @@ { "formation": { - "release": { - "quantity": 1 - }, "beat": { "quantity": 1 },