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