| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | These changes moved a lot of the startup async to run in a streamlined | Kevin J Hoerr | 2020-04-26 | 1 | -5/+5 |
| | | | | | | | | | | | 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.ts | Kevin J Hoerr | 2019-12-12 | 1 | -0/+148 |
