add static libcache files for vue2 + buefy

Refs: wutta/wuttaweb#1
This commit is contained in:
Lance Edgar 2024-12-10 17:04:31 -06:00
parent a82d729246
commit fbb3d0b6c8
9 changed files with 33 additions and 11 deletions

View file

@ -31,11 +31,12 @@ dependencies = [
[project.scripts]
wuttademo = "wuttademo.commands:wuttademo_typer"
[project.entry-points."fanstatic.libraries"]
wuttademo_libcache = "wuttademo.web.static:libcache"
[project.entry-points."wutta.config.extensions"]
"wuttademo" = "wuttademo.config:WuttaDemoConfig"
[project.entry-points."paste.app_factory"]
"main" = "wuttademo.web.app:main"