feat: add admin CLI, SEO meta tags, security headers, and production Makefile targets

This commit is contained in:
2026-05-11 03:30:51 +00:00
parent fda3a202dc
commit 140cceff64
49 changed files with 2116 additions and 188 deletions
+3
View File
@@ -17,6 +17,9 @@ dependencies = [
"locust",
]
[project.scripts]
devplace = "devplacepy.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"