From 06b820e18e49648d702874041bb36eccf3dba01b Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Mon, 12 Sep 2016 14:22:07 +0100 Subject: [PATCH] Remove the Procfile https://devcenter.heroku.com/articles/nodejs-support#default-web-process -type If no Procfile is present in the root directory of your app during the build process, your web process will be started by running npm start, a script you can specify in package.json. --- Procfile | 1 - 1 file changed, 1 deletion(-) delete mode 100755 Procfile diff --git a/Procfile b/Procfile deleted file mode 100755 index 063b78f46..000000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: npm start