3
0
Fork 0

fix: expose setting to choose menu handler, in appinfo/configure

This commit is contained in:
Lance Edgar 2025-01-13 12:55:34 -06:00
parent 8ba44e10bd
commit 2b3d69a379
5 changed files with 181 additions and 12 deletions

View file

@ -70,6 +70,9 @@ wuttaweb = "wuttaweb.conf:WuttaWebConfigExtension"
[project.entry-points."wutta.typer_imports"]
wuttaweb = "wuttaweb.cli"
[project.entry-points."wutta.web.menus"]
wuttaweb = "wuttaweb.menus:MenuHandler"
[project.urls]
Homepage = "https://wuttaproject.org/"