Build frontend as part of Python build

This commit is contained in:
2025-07-14 02:23:07 +00:00
parent b572039a2f
commit e7192e078e
2 changed files with 40 additions and 0 deletions
+4
View File
@@ -38,3 +38,7 @@ known-first-party = ["passkeyauth"]
[project.scripts]
serve = "passkeyauth.main:main"
[tool.hatch.build]
artifacts = ["passkeyauth/frontend-static"]
targets.sdist.hooks.custom.path = "scripts/build-frontend.py"