From 1864b70d74211bf358196c147fa4cdc96507655e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:43:10 +0100 Subject: [PATCH] Added procfile for heroku --- procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 procfile diff --git a/procfile b/procfile new file mode 100644 index 0000000..973094b --- /dev/null +++ b/procfile @@ -0,0 +1 @@ +worker: node index.js \ No newline at end of file