From 03b7c5b5151a5feb5879c08842ca76f5efe571d3 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sun, 29 Oct 2023 23:59:37 -0400 Subject: [PATCH] comment --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index da5571d..bf50336 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,7 @@ require("dotenv").config(); +// TODO Make this repo a module + let isServer; process.argv.forEach((val, index, array) => {