added live rebuilding to preview server
This commit is contained in:
parent
5cfe684c3b
commit
c792a6bb07
4 changed files with 121 additions and 83 deletions
|
@ -15,9 +15,8 @@ dependencies = [
|
|||
"pygments-ashen>=0.1.0",
|
||||
"python-frontmatter>=1.1.0",
|
||||
"rich>=14.0.0",
|
||||
"starlette>=0.47.1",
|
||||
"typer>=0.16.0",
|
||||
"uvicorn>=0.34.3",
|
||||
"watchdog>=6.0.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
@ -53,7 +52,7 @@ reportIgnoreCommentWithoutRule = false
|
|||
allowedUntypedLibraries = ["frontmatter", "pygments"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
line-length = 70
|
||||
indent-width = 4
|
||||
target-version = "py311"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue