From e363f252a62e985f6ecc9ec70c2dd3a9d2ad407a Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 11 Sep 2024 19:10:48 +0530 Subject: [PATCH] fix: updating procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3568bb6a25..6b7b0687e4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./bin/www yarn start --filter=live \ No newline at end of file +web: ./bin/www cd live/dist && node server.js \ No newline at end of file