mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:53:25 +00:00
feat: actually link expo and nx
This commit is contained in:
28
apps/mobile/eas.json
Normal file
28
apps/mobile/eas.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"build": {
|
||||
"production": {
|
||||
"android": {
|
||||
"buildType": "app-bundle"
|
||||
}
|
||||
},
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"simulator": true
|
||||
},
|
||||
"android": {
|
||||
"buildType": "apk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
"production": {}
|
||||
},
|
||||
"cli": {
|
||||
"version": ">= 5.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user