Reload command line quality of life enhancements
- Reload command line now supports serving
.html
files when only/
is present in the browser. See: #326 - Reload command line now uses supervisor instead of nodemon for server side file watching - See: #367
- Reload command line now watches sub-directories - See: #367
- Reload command line now supports ignoring directories and files. See: #370
- Reload command line now shows help if invalid flag is provided. See: #369
- Refactored how file serving works in reload-server to make it more performant and easier to read. See: #326
- Removed codecov dependency for coverage reporting in favor of native GitHub Action. See: #366