From c2074d6207c951c64e6fedd106bd7208813564c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:24:45 +0200 Subject: [PATCH] update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 973094b..ff9643d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node index.js \ No newline at end of file +worker: node src/index.js