Update 'c.js'
This commit is contained in:
parent
557a7e4b3f
commit
9fdc4815b2
1 changed files with 1 additions and 1 deletions
2
c.js
2
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
|
// Since I can't refer back to things, I'm just gonna make them consts
|
||||||
// and export them
|
// and export them
|
||||||
|
|
||||||
const dev = true;
|
const dev = true || proccess.env.ENVI;
|
||||||
|
|
||||||
const port = 9696;
|
const port = 9696;
|
||||||
const name = "ALEX HELDT";
|
const name = "ALEX HELDT";
|
||||||
|
|
Loading…
Add table
Reference in a new issue