Utility module for accessing frontend in backend code.

This commit is contained in:
Leo Vasanko
2025-09-02 16:05:20 -06:00
parent dd20e7e7f8
commit 3cd6a59b26
5 changed files with 75 additions and 58 deletions

View File

@@ -38,5 +38,5 @@ isort.known-first-party = ["passkey"]
passkey-auth = "passkey.fastapi.__main__:main"
[tool.hatch.build]
artifacts = ["passkeyauth/frontend-static"]
artifacts = ["passkey/frontend-build"]
targets.sdist.hooks.custom.path = "scripts/build-frontend.py"