ai/at
1
0

fix social-app patch

This commit is contained in:
2026-03-01 16:36:29 +09:00
parent f130c8d731
commit 15541509fe

View File

@@ -1,5 +1,14 @@
--- a/src/env/common.ts --- a/src/env/common.ts
+++ b/src/env/common.ts +++ b/src/env/common.ts
@@ -88,7 +88,7 @@
* Metrics API host
*/
export const METRICS_API_HOST: string =
- process.env.EXPO_PUBLIC_METRICS_API_HOST || 'https://events.bsky.app'
+ process.env.EXPO_PUBLIC_METRICS_API_HOST || ''
/**
* Growthbook API host
@@ -128,9 +128,7 @@ @@ -128,9 +128,7 @@
*/ */
export const GEOLOCATION_DEV_URL = process.env.GEOLOCATION_DEV_URL export const GEOLOCATION_DEV_URL = process.env.GEOLOCATION_DEV_URL
@@ -22,3 +31,11 @@
/** /**
* URLs for the app-config web worker. Can be a * URLs for the app-config web worker. Can be a
@@ -148,6 +144,4 @@
*/
export const APP_CONFIG_DEV_URL = process.env.APP_CONFIG_DEV_URL
export const APP_CONFIG_PROD_URL = `https://app-config.workers.bsky.app`
-export const APP_CONFIG_URL = IS_DEV
- ? (APP_CONFIG_DEV_URL ?? APP_CONFIG_PROD_URL)
- : APP_CONFIG_PROD_URL
+export const APP_CONFIG_URL = null