This commit is contained in:
Adolfo Reyna
2022-12-06 11:38:36 -05:00
parent a248bc349e
commit dc84e4212c
5 changed files with 10988 additions and 6884 deletions

18
eas.json Normal file
View File

@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 2.9.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}