Simplify devserver script and remove its duplicated parse_endpoint function.

This commit is contained in:
2026-01-18 01:15:34 +00:00
parent 71d4e053a7
commit 3f6559b2db
3 changed files with 210 additions and 149 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ description = "Tool to create or patch FastAPI+Vue projects with integrated buil
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"tomli-w>=1.0.0",
"tomlkit>=0.12.0",
]
[project.urls]