6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
dev:
|
|
cd app && poetry run uvicorn main:app --reload
|
|
|
|
test:
|
|
poetry run pytest
|