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