misc: eas

This commit is contained in:
2026-03-13 14:00:55 -04:00
Unverified
parent fdf02b66c4
commit e0f765c9f0
2 changed files with 48 additions and 0 deletions

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 18.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}