From d0ffb4d90e8dc33d640e6f89a5f84d7a98d6214b Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 22 Mar 2020 02:47:25 -0400 Subject: [PATCH] heroku fix (6) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index b95c5b8..1d66ee0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm install --prefix backend && npm start app.js \ No newline at end of file +web: npm install --prefix backend && npm start ../app.js --prefix backend \ No newline at end of file