From 9fdc4815b21ee60fc618176079ce3439156303ba Mon Sep 17 00:00:00 2001 From: hokkqi Date: Thu, 1 Oct 2020 18:51:56 +0200 Subject: [PATCH] Update 'c.js' --- c.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";