Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

set url to be inlined by expo

+1 -1
+1 -1
apps/amethyst/stores/authenticationSlice.tsx
··· 35 35 get, 36 36 ) => { 37 37 // check if we have CF_PAGES_URL set. if not, use localhost 38 - const baseUrl = process.env.CF_PAGES_URL || "http://localhost:8081"; 38 + const baseUrl = process.env.EXPO_PUBLIC_BASE_URL || "http://localhost:8081"; 39 39 console.log("Using base URL:", baseUrl); 40 40 const initialAuth = createOAuthClient(baseUrl); 41 41