From 6a9f74e6cc05e46e89ab29c92e97593ad2e39053 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 23 Aug 2020 19:21:43 -0700 Subject: [PATCH] fix: Update procfile location --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5ec9cc2c5..f10934451 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node index.js \ No newline at end of file +web: node ./build/server/index.js \ No newline at end of file