6 lines
57 B
Makefile
6 lines
57 B
Makefile
dev:
|
|
cd app && uvicorn main:app --reload
|
|
|
|
test:
|
|
pytest
|