From 2a453b511298a98c476f7e236c9ff168f8ceb6ff Mon Sep 17 00:00:00 2001 From: Dandi Darmawan Date: Mon, 18 Jan 2021 08:26:40 +0700 Subject: [PATCH] Create Procfile Added Procfile so we can change Dyno type --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..063b78f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npm start