mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-06-18 01:29:37 +07:00
24 lines
415 B
JSON
24 lines
415 B
JSON
|
{
|
||
|
"cli": {
|
||
|
"version": ">= 10.2.2"
|
||
|
},
|
||
|
"build": {
|
||
|
"development": {
|
||
|
"developmentClient": true,
|
||
|
"distribution": "internal"
|
||
|
},
|
||
|
"preview": {
|
||
|
"distribution": "internal",
|
||
|
"android": {
|
||
|
"buildType": "apk"
|
||
|
},
|
||
|
"env": {
|
||
|
"EXPO_PUBLIC_API_URL": "https://vaulterm-dev.rul.sh"
|
||
|
}
|
||
|
},
|
||
|
"production": {}
|
||
|
},
|
||
|
"submit": {
|
||
|
"production": {}
|
||
|
}
|
||
|
}
|