fix: add static libcache files for vue2 + buefy

This commit is contained in:
Lance Edgar 2024-12-30 17:59:30 -06:00
parent 749df597de
commit 3a9f0d751e
8 changed files with 32 additions and 3 deletions

View file

@ -38,6 +38,9 @@ dependencies = [
[project.scripts]
"sideshow" = "sideshow.cli:sideshow_typer"
[project.entry-points."fanstatic.libraries"]
sideshow_libcache = "sideshow.web.static:libcache"
[project.entry-points."paste.app_factory"]
"main" = "sideshow.web.app:main"