From bb3c85b0e112b4a4dfc389cbb15099a42d70af87 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 22 Mar 2020 01:38:15 -0400 Subject: [PATCH] Made changes to support heroku (1) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2082008..023f9a0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd backend && npm install && node app.js \ No newline at end of file +web: cd backend && npm install && npm start --prefix app.js \ No newline at end of file