What is this?
openmrs-esm-devtools is an in-browser javascript module that provides a UI for developers writing frontend code.
Contributing / Development
Setup local development environment for OpenMRS SPA
Purpose
The devtools allow you to override any javascript module to point to any url. This is useful for developing features and for debugging problems, because you can tell the browser to load one module from your localhost while keeping all other modules using the default version in the import map.
...