From 10a992ddd55a955b85dfc3026c1f89aace0883b1 Mon Sep 17 00:00:00 2001 From: Fabio Beneditto Date: Wed, 23 Feb 2022 17:19:28 -0300 Subject: [PATCH] Added Procfile v1.3 --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 973094b..8133ec2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -worker: node index.js \ No newline at end of file +worker: node index.js +web: node index.js \ No newline at end of file