From 591ab524abfc0242be0197062b3e0d3d1d2ef1a9 Mon Sep 17 00:00:00 2001 From: carlos-burelo Date: Mon, 21 Mar 2022 17:21:43 -0600 Subject: [PATCH] :checkered_flag: update worker command --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 52b25b1..5197153 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node src/index.js \ No newline at end of file +worker: node dist/index.js \ No newline at end of file