Worked out bugs in config and checking if localhost

Added comments to server.ts to improve readability
This commit is contained in:
knotteye
2019-09-23 15:59:07 -05:00
parent 2cd3f281c5
commit abcd6787ca
4 changed files with 39 additions and 36 deletions

View File

@@ -5,7 +5,8 @@
"license": "AGPL-3.0",
"author": "knotteye",
"scripts": {
"start": "node build/controller.js"
"start": "node build/controller.js",
"build": "tsc"
},
"repository": {
"type": "git",
@@ -13,7 +14,6 @@
},
"dependencies": {
"bcrypt": "^3.0.6",
"check-localhost": "0.0.1",
"config": "^3.2.2",
"irc": "^0.5.2",
"mysql": "^2.17.1",