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