28 lines
529 B
JSON
28 lines
529 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 13.3.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": {
|
|
"EXPO_PUBLIC_API_URL": "https://led-matrix.onrender.com/api"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"env": {
|
|
"EXPO_PUBLIC_API_URL": "https://led-matrix.onrender.com/api"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|