This commit is contained in:
Hri7566 2023-10-29 23:59:37 -04:00
parent 4759fe5951
commit 03b7c5b515
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
require("dotenv").config(); require("dotenv").config();
// TODO Make this repo a module
let isServer; let isServer;
process.argv.forEach((val, index, array) => { process.argv.forEach((val, index, array) => {