aboutsummaryrefslogtreecommitdiff
path: root/src/util/config.ts
Commit message (Collapse)AuthorAgeFilesLines
* These changes moved a lot of the startup async to run in a streamlinedKevin J Hoerr2020-04-261-1/+74
| | | | | | | | | | async init function. This brings more logic "to light", so it should probably have unit tests added to check the edge cases. As a bonus, no async runs as a result of route initialization. Speaking of routes, it might be nice to trim down the route calls themselves with async functions, if possible. The upload routes in particular use a lot of async. Just a note for the future.
* Add unit tests for util/config.tsKevin J Hoerr2019-12-121-6/+6
|
* Fix reported license and update changelogKevin J Hoerr2019-12-101-3/+2
|
* Add linting to project using EslintKevin J Hoerr2019-12-091-8/+8
|
* Add winston, express-winston to handle loggingKevin J Hoerr2019-12-081-0/+38