diff --git a/Makefile b/Makefile index 9bca6ce7..71c83e6a 100644 --- a/Makefile +++ b/Makefile @@ -208,6 +208,11 @@ deploy-admin-full: deploy-admin configure-iap-admin @echo "✅ Admin Console deployed and IAP configured successfully!" +# --- Frontend Web Free --- +free-dev: dataconnect-sync + @echo "--> Starting free web development server on http://localhost:5174 ..." + @cd frontend-web-free && npm run dev -- --port 5174 + # --- Cloud IAP Configuration --- configure-iap-launchpad: @echo "--> Configuring IAP for Cloud Run service [$(CR_LAUNCHPAD_SERVICE_NAME)]..."