Big Refactor

Stop using config and toml as dependencies
Stop passing around config variables through function calls
Add config.ts and pull the values you need directly in the files
Remove irc.js for incoming new IRC solution
Rename controller to index because that was stupid
Minor git bullshit with the config folder
Change to yaml as a config format
This commit is contained in:
knotteye
2019-12-21 08:59:35 -06:00
parent 681802dbaf
commit f7733b9507
17 changed files with 208 additions and 438 deletions

6
.gitignore vendored
View File

@ -1,8 +1,6 @@
node_modules
site/live
config/local.toml
config/jwt.pem
config/generated.toml
config/bans.db
config/**/*
!config/.gitkeep
install/db_setup.sql
build/**