From 0fde10a818f0716af3f5ef7956ad6bbafa2b3ca1 Mon Sep 17 00:00:00 2001 From: larkin Date: Wed, 22 Jul 2015 11:00:18 -0700 Subject: [PATCH] [Continuous] Procfile uses localstorage --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 659947f3b8..aa6094edfe 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node app.js --port $PORT \ No newline at end of file +web: node app.js --port $PORT --include example/localstorage \ No newline at end of file