state sync, many changes:

* separated css/js/rule files to pak file (glorified zip) to reduce full rebuilds
* implemented build cache
* some frontend UI spiffing up
This commit is contained in:
2025-09-02 16:44:28 -07:00
parent 621d65b9e5
commit 0bd2f4827b
16 changed files with 226 additions and 42 deletions

View File

@@ -1,3 +1,4 @@
Flask==3.1.1
gevent==25.5.1
lxml>=6.0.0
Flask>=3.1.1
gevent>=25.5.1
lxml>=6.0.0
fs>=2.4.16