schaufenster/service/Makefile

7 lines
61 B
Makefile
Raw Normal View History

serve:
gunicorn --reload api.main:app
test:
pytest tests