From 9a31c637529507204494df28261a34db116c935b Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 25 Oct 2020 22:58:56 +0000 Subject: [PATCH] Add Procfile to tell Heroku how to start the app --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..edc6c9a0 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npm run start-env