tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
set url to be inlined by expo
Natalie
1 year ago
5f8c6e88
128712f3
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
amethyst
stores
authenticationSlice.tsx
+1
-1
apps/amethyst/stores/authenticationSlice.tsx
···
35
get,
36
) => {
37
// check if we have CF_PAGES_URL set. if not, use localhost
38
-
const baseUrl = process.env.CF_PAGES_URL || "http://localhost:8081";
39
console.log("Using base URL:", baseUrl);
40
const initialAuth = createOAuthClient(baseUrl);
41
···
35
get,
36
) => {
37
// check if we have CF_PAGES_URL set. if not, use localhost
38
+
const baseUrl = process.env.EXPO_PUBLIC_BASE_URL || "http://localhost:8081";
39
console.log("Using base URL:", baseUrl);
40
const initialAuth = createOAuthClient(baseUrl);
41