Skip to content

Commit 981e672

Browse files
committed
fix poe start command
1 parent 976f476 commit 981e672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test_application = "pytest -k application"
4646
test_unit = "pytest -m unit"
4747
test_integration = "pytest -m 'not unit'"
4848
test_coverage = "pytest --cov=src --cov-report=html"
49-
start = "uvicorn src.api.main:app --reload"
49+
start = { shell = "uvicorn src.api.main:app --reload" }
5050
start_cli = { shell = "cd src && python -m cli" }
5151
compose_up = "docker-compose -f docker-compose.dev.yml up"
5252

0 commit comments

Comments
 (0)