-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy patheas.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"cli": {
"version": ">= 18.13.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "https://tvvgferannivwdltjtjs.supabase.co",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "sb_publishable_bamh9A-hBrcBbD6XNIIRVQ_YjJ2ijny",
"EXPO_PUBLIC_WORKER_URL": "https://onyxai-worker.anxbrt.workers.dev"
},
"android": {
"buildType": "apk"
},
"channel": "preview"
},
"production": {
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_SUPABASE_URL": "https://tvvgferannivwdltjtjs.supabase.co",
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "sb_publishable_bamh9A-hBrcBbD6XNIIRVQ_YjJ2ijny",
"EXPO_PUBLIC_WORKER_URL": "https://onyxai-worker.anxbrt.workers.dev"
},
"channel": "production"
}
},
"submit": {
"production": {}
}
}