From b0780100f6a669b004dfd440399ae1503d07c110 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 2 Jul 2019 14:04:09 -0500 Subject: [PATCH] Added proc file --- package.json | 3 ++- procfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 procfile diff --git a/package.json b/package.json index 70c8b7d..811f725 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node bot-counter.js" }, "repository": { "type": "git", diff --git a/procfile b/procfile new file mode 100644 index 0000000..72ee475 --- /dev/null +++ b/procfile @@ -0,0 +1 @@ +worker: node bot-counter.js \ No newline at end of file