From e077df9509b4601dd92cb49da46f53305e63ff87 Mon Sep 17 00:00:00 2001 From: Lamp Date: Sat, 6 Oct 2018 12:20:06 -0700 Subject: [PATCH] New work-around for long build times --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9f8263b..5daa6e2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node src/main.js +worker: git clone https://github.com/ledlamp/discord-mpp-bridge.git && cd discord-mpp-bridge && node src/main.js