From f4f0ad08f9b7b9a69ed556bd43eccc073f073ed0 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 23 Mar 2015 13:22:22 -0400 Subject: [PATCH] adding procfile so project will actually run on heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e1d4131 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node app.js