mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 19:59:40 +02:00
37 lines
578 B
JSON
37 lines
578 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 15.0.15",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "22.22.1",
|
|
"pnpm": "9.15.0",
|
|
"env": {
|
|
"EAS_BUILD_RUNNER": "eas-build-on-success"
|
|
}
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"autoIncrement": true,
|
|
"ios": {
|
|
"image": "sdk-55"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|