Merge pull request #62 from Oloodi/61-developer-guide-integrating-base44-frontend-exports

new version frontend-webpage
This commit is contained in:
Boris-Wilfried
2025-11-21 09:34:36 -05:00
committed by GitHub
56 changed files with 7736 additions and 3367 deletions

View File

@@ -12,7 +12,7 @@
# --- Flutter check ---
FLUTTER := $(shell which flutter)
ifeq ($(FLUTTER),)
$(error "flutter not found in PATH. Please install Flutter and add it to your PATH.")
#$(error "flutter not found in PATH. Please install Flutter and add it to your PATH.")
endif
# --- Firebase & GCP Configuration ---