From bc7f740104a853cc1f91c5c6cd458e3ba738b2e7 Mon Sep 17 00:00:00 2001 From: HenriBoulnois Date: Thu, 13 Jan 2022 18:31:28 +0100 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=91=B7=20procfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 1 + Procfile.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Procfile delete mode 100644 Procfile.txt diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..723924b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: yarn start:prod \ No newline at end of file diff --git a/Procfile.txt b/Procfile.txt deleted file mode 100644 index 709e0a2..0000000 --- a/Procfile.txt +++ /dev/null @@ -1 +0,0 @@ -web: yarn start \ No newline at end of file