From c62a151c702e4b154ff3f5cfbfefbb4dc1889165 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Thu, 13 Jan 2022 18:18:41 +0100 Subject: [PATCH] :rocket: Add Procfile for Heroku Add the Procfile after running all the required commands to deploy to heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..709e0a2 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: yarn start \ No newline at end of file