Added pdm cmd to run spoolman

This commit is contained in:
Donkie
2023-09-04 20:48:24 +02:00
parent 5bae67725a
commit 3bba0b1dce

View File

@@ -39,6 +39,9 @@ call = "spoolman.docs:generate_docs"
[tool.pdm.scripts.bump] [tool.pdm.scripts.bump]
call = "spoolman.bump:bump" call = "spoolman.bump:bump"
[tool.pdm.scripts.app]
cmd = "uvicorn spoolman.main:app"
[tool.ruff] [tool.ruff]
select = ["ALL"] select = ["ALL"]
ignore = [ ignore = [