Switch to Svelte

This commit is contained in:
2026-06-11 14:39:41 -07:00
parent 29860061c4
commit 58a7e4d4f1
74 changed files with 7144 additions and 2379 deletions

View File

@@ -12,7 +12,6 @@ dependencies = [
"fastapi",
"sqlmodel",
"uvicorn",
"jinja2",
"python-multipart",
]
@@ -28,7 +27,7 @@ pirats = "pirats.main:main"
where = ["src"]
[tool.setuptools.package-data]
pirats = ["static/**/*", "templates/**/*.html", "templates/*.html"]
pirats = ["static/**/*"]
[tool.pytest.ini_options]
pythonpath = ["src"]