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
+1
View File
@@ -1,5 +1,6 @@
# -include: silently skip if .env doesn't exist (e.g. fresh clone before 'cp .env.example .env')
-include .env
-include backend/.env
export
.PHONY: dev-db migrate-up migrate-down run-backend run-frontend test fmt