Skip to content

Commit e554381

Browse files
committed
add project configuration and update channels in eas.json
1 parent cdea9ef commit e554381

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/eas.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"cli": {
33
"version": ">= 7.6.0"
44
},
5+
"project": {
6+
"id": "afe97159-52c4-425a-9ce3-c56d4f2cb568"
7+
},
58
"build": {
69
"development": {
710
"developmentClient": true,
@@ -14,5 +17,16 @@
1417
},
1518
"submit": {
1619
"production": {}
20+
},
21+
"update": {
22+
"development": {
23+
"channel": "development"
24+
},
25+
"preview": {
26+
"channel": "preview"
27+
},
28+
"production": {
29+
"channel": "production"
30+
}
1731
}
1832
}

0 commit comments

Comments
 (0)