fix: env variable

This commit is contained in:
herrrta
2025-03-28 19:16:16 -04:00
parent 1394eae01e
commit 25da30d6e2

View File

@@ -8,7 +8,9 @@
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"buildType": "apk"
},
"env": {
"DEBUG": "1"
}
},
@@ -24,13 +26,18 @@
}
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"env": {
"DEBUG": "1"
}
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true,
"simulator": true
},
"env": {
"DEBUG": "1"
}
},