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