add preview server

This commit is contained in:
Daniel Fichtinger 2025-06-21 20:06:52 -04:00
parent 296b3d2385
commit d8b491bc33
5 changed files with 97 additions and 1 deletions

View file

@ -12,7 +12,9 @@ dependencies = [
"jinja2>=3.1.6",
"marko[codehilite]>=2.1.4",
"python-frontmatter>=1.1.0",
"starlette>=0.47.1",
"typer>=0.16.0",
"uvicorn>=0.34.3",
]
[project.scripts]
@ -42,6 +44,7 @@ typeCheckingMode = "recommended"
reportExplicitAny = false
reportAny = false
reportUnusedCallResult = false
reportCallInDefaultInitializer = false
allowedUntypedLibraries = ["frontmatter"]
[tool.ruff]