From 2989ca7b2bd766f43fb860b81bf59a70a564cf7d Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:22:09 +0700 Subject: [PATCH] Restore Flutter runtime config availability --- scripts/40-mapflow-runtime-config.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/40-mapflow-runtime-config.sh b/scripts/40-mapflow-runtime-config.sh index 5100f95..0394798 100644 --- a/scripts/40-mapflow-runtime-config.sh +++ b/scripts/40-mapflow-runtime-config.sh @@ -42,11 +42,6 @@ else MAPBOX_STYLE="${MAPBOX_STYLE:-mapbox/standard}" fi -if [ -z "$MAPBOX_ACCESS_TOKEN" ]; then - echo "MAPBOX_ACCESS_TOKEN is required." >&2 - exit 1 -fi - cat >"$config_path" <