diff --git a/Procfile b/Procfile index 1d66ee0..d2c3deb 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 --prefix backend \ No newline at end of file