Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69ee68c

Browse files
committed
🧪 Docs: added test action in pdm
1 parent e263b88 commit 69ee68c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ license = {text = "MIT"}
1919

2020
[tool.pdm.scripts]
2121
start = "uvicorn src.paste.main:app --host 0.0.0.0 --port 8080 --workers 4"
22+
dev = "uvicorn src.paste.main:app --host 0.0.0.0 --port 8080 --reload"
2223
test = "pytest"
2324
mypy = "mypy src/paste"
2425

0 commit comments

Comments
 (0)