From ba61901b2b89ac20307ee3215cb654cb2e1d494e Mon Sep 17 00:00:00 2001 From: Pierre FONTAINE Date: Tue, 1 Dec 2020 15:00:05 +0100 Subject: [PATCH] Add DB addon and env varible --- 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