Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e263b88 commit 69ee68cCopy full SHA for 69ee68c
pyproject.toml
@@ -19,6 +19,7 @@ license = {text = "MIT"}
19
20
[tool.pdm.scripts]
21
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"
23
test = "pytest"
24
mypy = "mypy src/paste"
25
0 commit comments