diff --git a/Procfile b/Procfile index 023f9a0..8978a6d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd backend && npm install && npm start --prefix app.js \ No newline at end of file +web: cd backend && npm install && npm start app.js --prefix backend \ No newline at end of file