From 59f5decdec436a7818d8b6d58494a47affc56f58 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 19 Aug 2021 20:14:01 +0100 Subject: [PATCH] :hammer: Adds note to Heroku Procfile --- Procfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Procfile b/Procfile index 6f86b16c..4d76c4cd 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,4 @@ +# Heroku config - Specifies the commands to execute when the app starts +# See docs for more info: https://devcenter.heroku.com/articles/procfile + web: node server.js \ No newline at end of file