fix(admin): ship templates in wheel, fix CSP and bootstrap login
Test / test (push) Successful in 1m1s

This commit is contained in:
2026-07-27 10:27:41 +02:00
parent 98f7f3c9e3
commit 38544b84cf
15 changed files with 361 additions and 41 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ dev = [
where = ["src"]
[tool.setuptools.package-data]
volumen = ["web/static/*"]
volumen = ["web/templates/*.jinja", "web/static/*.svg"]
[tool.ruff]