update: consolidate import instructions, expand supported image directories in import_fruits, and add backend .env inclusion in Makefile

This commit is contained in:
2026-06-22 13:19:51 +02:00
parent 1b381d9385
commit 5e4120a027
5 changed files with 36 additions and 39 deletions
+3
View File
@@ -51,7 +51,10 @@ TYP_MAP = {
IMAGE_DIRS = [
("einzelfruechte", "fruit"),
("osdb/fru", "fruit"),
("osdb/frucht", "fruit"),
("blueten", "flower"),
("osdb/blu", "flower"),
("baume", "tree"),
]