feat: Add web server and UI for category tree display, and update picture syncer to use AVIF format.

This commit is contained in:
sebseb7
2025-11-23 10:01:51 +01:00
parent 4c4ef37e40
commit 729d056618
5 changed files with 295 additions and 9 deletions

View File

@@ -7,4 +7,6 @@ CACHE_LOCATION=./cache
ROOT_CATEGORY_ID=0
JTL_SHOP_ID=0
JTL_SPRACHE_ID=1
JTL_PLATTFORM_ID=1
JTL_PLATTFORM_ID=1
SERVER_PORT=3991
SERVER_HOST=127.0.0.1