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