add preview server
This commit is contained in:
parent
296b3d2385
commit
d8b491bc33
5 changed files with 97 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue