From 63a46dcb2284b7d586af55e5b6999bbdbc19bd66 Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Sun, 18 Jul 2021 22:23:49 -0700 Subject: [PATCH] Remove web from procfile --- Procfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index da03846..29e5b4e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1 @@ -worker: npm run start -web: npm run noop \ No newline at end of file +worker: npm run start \ No newline at end of file