Skip to content

Commit 9d1b9ba

Browse files
committed
Fix var
1 parent fcf3379 commit 9d1b9ba

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
@@ -36,7 +36,7 @@ dev = [
3636
[tool.pdm.scripts]
3737
dev.env = { "GITHUB_TOKEN" = "demo", "SKIP_TOKEN_CHECK" = "true" }
3838
dev.cmd = "python main.py --reload"
39-
start = "uvicorn main:app --reload --port $PORT --host 0.0.0.0"
39+
start = "uvicorn main:app --reload --port ${PORT} --host 0.0.0.0"
4040

4141
[tool.pdm.build]
4242
includes = []

0 commit comments

Comments
 (0)