From 810252df6631dbb90e41935883db76ca007ff527 Mon Sep 17 00:00:00 2001 From: KeziaWahome Date: Thu, 4 Jan 2024 03:14:38 +0200 Subject: [PATCH] Update for Heroku deployment --- api/Procfile | 1 + client/Procfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 api/Procfile create mode 100644 client/Procfile diff --git a/api/Procfile b/api/Procfile new file mode 100644 index 0000000..709e0a2 --- /dev/null +++ b/api/Procfile @@ -0,0 +1 @@ +web: yarn start \ No newline at end of file diff --git a/client/Procfile b/client/Procfile new file mode 100644 index 0000000..709e0a2 --- /dev/null +++ b/client/Procfile @@ -0,0 +1 @@ +web: yarn start \ No newline at end of file