mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update client staging URL

renahlee 57c87ba7 df8059bf

+1 -1
+1 -1
src/state/index.ts
··· 7 7 8 8 export const LOCAL_DEV_SERVICE = 9 9 Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583' 10 - export const STAGING_SERVICE = 'https://pds.staging.bsky.dev' 10 + export const STAGING_SERVICE = 'https://staging.bsky.dev' 11 11 export const PROD_SERVICE = 'https://bsky.social' 12 12 export const DEFAULT_SERVICE = PROD_SERVICE 13 13 const ROOT_STATE_STORAGE_KEY = 'root'