Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
.PHONY: dev test codegen
|
.PHONY: dev test codegen
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
poetry run uvicorn app.main:app --reload --host 0.0.0.0 --port $${PORT:-8000}
|
poetry run uvicorn app.main:app --reload --host 0.0.0.0 --port $${PORT:-8000}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user