fix: add butterball libcache via fanstatic

using vue 3.4.31 and oruga 0.8.12
This commit is contained in:
Lance Edgar 2024-06-30 12:07:45 -05:00
parent 02dab76c46
commit acbcce1387
10 changed files with 30024 additions and 5 deletions

View file

@ -43,6 +43,10 @@ locsms = ["luckysmores", "rattail-luckysmores", "tailbone-locsms"]
theo = "theo.commands:theo_typer"
[project.entry-points."fanstatic.libraries"]
theo_libcache = "theo.web.static:libcache"
[project.entry-points."paste.app_factory"]
main = "theo.web.app:main"
webapi = "theo.web.webapi:main"