fixed procfile for heroku (2)

This commit is contained in:
Isaac Grynsztein
2020-03-22 02:07:56 -04:00
parent bb3c85b0e1
commit 9384436f7e

View File

@@ -1 +1 @@
web: cd backend && npm install && npm start --prefix app.js
web: cd backend && npm install && npm start app.js --prefix backend