From 309e3ee8a8746d511751e49c5bc15893a1169186 Mon Sep 17 00:00:00 2001 From: twtg93 <82419332+twtg93@users.noreply.github.com> Date: Sat, 19 Mar 2022 12:58:17 -0500 Subject: [PATCH] Heroku Support --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a0fb50..e863109 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "lib": "lib" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "keywords": [], "author": "",