[object Object]

← back to Nineoh Guide

chore(mobile): eas init (project d1c16075) + wire EXPO_PUBLIC_API_BASE to live Vercel API; drop invalid // key from eas.json

33f7f0302cdd1395c913522bb5e10659ff89ae78 · 2026-07-27 09:40:26 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 33f7f0302cdd1395c913522bb5e10659ff89ae78
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 27 09:40:26 2026 -0700

    chore(mobile): eas init (project d1c16075) + wire EXPO_PUBLIC_API_BASE to live Vercel API; drop invalid // key from eas.json
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 apps/mobile/app.json | 7 ++++---
 apps/mobile/eas.json | 1 -
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index e4cb020..3c68df6 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -15,10 +15,11 @@
       }
     },
     "extra": {
-      "apiBaseUrl": "https://REPLACE-WITH-VERCEL-URL",
+      "apiBaseUrl": "https://nineoh-guide.vercel.app",
       "eas": {
-        "projectId": "SET-BY-eas-init"
+        "projectId": "d1c16075-337b-4f74-b818-582a9bac7f67"
       }
-    }
+    },
+    "owner": "agentabrams"
   }
 }
diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json
index 6d8d835..9f69385 100644
--- a/apps/mobile/eas.json
+++ b/apps/mobile/eas.json
@@ -21,7 +21,6 @@
   "submit": {
     "production": {
       "ios": {
-        "//": "GATED — Steve-only. Requires Apple ID login + 2FA. Do not auto-run.",
         "appleId": "SET-AT-SUBMIT",
         "ascAppId": "SET-AT-SUBMIT",
         "appleTeamId": "SET-AT-SUBMIT"

← 00e7162 auto-save: 2026-07-27T08:49:12 (4 files) — apps/web/.agents/  ·  back to Nineoh Guide  ·  auto-save: 2026-07-27T10:19:40 (2 files) — .npmrc apps/mobil 8a2cd67 →