backend fix

This commit is contained in:
2026-02-26 18:11:27 +05:30
parent fe6ff2d02c
commit 3486ab07a5
4 changed files with 18 additions and 11 deletions

View File

@@ -1,7 +1,11 @@
# --- Environment & Variables ---
# Flutter check
ifeq ($(OS),Windows_NT)
FLUTTER := flutter
else
FLUTTER := $(shell which flutter)
endif
# Firebase & GCP Configuration
GCP_DEV_PROJECT_ID := krow-workforce-dev