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 ffa7862 commit f51ae65Copy full SHA for f51ae65
2 files changed
Dockerfile
pyproject.toml
@@ -36,6 +36,7 @@ dev = [
36
[tool.pdm.scripts]
37
dev.env = { "GITHUB_TOKEN" = "demo", "SKIP_TOKEN_CHECK" = "true" }
38
dev.cmd = "python main.py --reload"
39
+server = "uvicorn main:app --reload --port 8080 --host 0.0.0.0"
40
41
[tool.pdm.build]
42
includes = []
0 commit comments