Skip to content

Commit

Permalink
build: inckuir configuração para criação de builds com o Expo
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Fernandes252 committed Apr 24, 2024
1 parent 0f529bd commit bd0eb0c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 5.9.3"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}

0 comments on commit bd0eb0c

Please sign in to comment.