From ad893394a021c6670d80bfe6a5db0297c98aee01 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Mon, 18 Oct 2021 08:51:07 +0200 Subject: [PATCH] feat: add procfile --- 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