diff --git a/c.js b/c.js index 232635c..e6fa55d 100644 --- a/c.js +++ b/c.js @@ -2,7 +2,7 @@ const icons = require("simple-icons"); // Since I can't refer back to things, I'm just gonna make them consts // and export them -const dev = true; +const dev = true || proccess.env.ENVI; const port = 9696; const name = "ALEX HELDT";