From dc3d299ceaae211544e37e19923ea8383adff312 Mon Sep 17 00:00:00 2001 From: phBalance Date: Mon, 7 Oct 2019 17:55:40 -0600 Subject: [PATCH] Add index.js so that package can be run with npx. --- index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..e1090b7 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +require("./server"); \ No newline at end of file