Skip to content

Commit

Permalink
update eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Jan 16, 2025
1 parent de3879c commit dd58548
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"developmentClient": true
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"developmentClient": false
},
"production": {
"distribution": "store",
"developmentClient": false,
"autoIncrement": true
}
},
Expand Down

0 comments on commit dd58548

Please sign in to comment.