- Update to Vite 5.0 and even 6.0
- Use the Vite manifests instead of ad-hoc parsing (cf. https://vitejs.dev/guide/backend-integration)
- Review
README.mdfile - Review
CONTRIBUTING.mdfile - Write proper docs using mkdocs-material
- Fix errors reported by
flake8 src tests - In particular, reduce complexity:
src/flask_vite/extension.py:56:5: CCR001 Cognitive complexity is too high (13 > 7)