From 8ff34d08a6aa756c8824faa399f37a0114f82e0f Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:25:22 -0600 Subject: [PATCH] Remove app.json - use Procfile only for worker process --- app.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app.json diff --git a/app.json b/app.json deleted file mode 100644 index e5069d2..0000000 --- a/app.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "towerops-agent", - "description": "Towerops SNMP polling agent", - "healthchecks": [] -}