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