From 437af0b2511333a4d5c656df424677bfba0367b6 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 20 Aug 2026 01:53:41 +0300 Subject: [PATCH] fix: eas config and dockerfiles --- apps/mobile/eas.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index 0f02510..328814d 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -1,6 +1,6 @@ { "cli": { - "version": ">= 22.0.0", + "version": ">= 14.0.0", "appVersionSource": "remote" }, "build": { @@ -12,7 +12,13 @@ "distribution": "internal" }, "production": { - "autoIncrement": true + "autoIncrement": true, + "env": { + "EXPO_PUBLIC_SUPABASE_URL": "https://fwahdopsyvryvjaqande.supabase.co", + "EXPO_PUBLIC_SUPABASE_ANON_KEY": "sb_publishable_9YsK7YU7xfzxJQsz3x5iMA_LHCqUN3b", + "EXPO_PUBLIC_API_URL": "https://api.menul.io", + "EXPO_PUBLIC_WEB_URL": "https://menul.io" + } } }, "submit": {