From a49e86a8c5ca7f266f27b8609316e77137db4336 Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Sun, 18 Jul 2021 22:09:48 -0700 Subject: [PATCH] Change procfile to worker - avoid error relating to port variable not being bound --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e8f79ea..56379d7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm start \ No newline at end of file +worker: npm start \ No newline at end of file