fix: build

Deskripsi:
- update build

No Issues'
This commit is contained in:
amel
2025-06-16 17:16:34 +08:00
parent 9728e2ea23
commit c71292d966
5 changed files with 36 additions and 1 deletions

21
eas.json Normal file
View File

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