Added poe serve

To save some typing ``poe serve`` now runs a debug server.
This commit is contained in:
Richard Bowman 2021-02-18 18:03:42 +00:00
parent 3b435ab2ee
commit bc0995d0cf

View file

@ -99,6 +99,7 @@ isort = "isort ."
pylint = "pylint openflexure_microscope"
mypy = "mypy --cobertura-xml-report openflexure_microscope openflexure_microscope"
test = "pytest ."
serve = "python -m openflexure_microscope.api.app"
format = ["black", "isort"]
lint = ["pylint", "mypy"]