Skip to content

Commit

Permalink
feat: add env to eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-wasmeier-titanom committed May 21, 2024
1 parent 891458c commit fba4a6d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions frontend/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"env": {
"EXPO_PUBLIC_API_URL": "https://wg.mainfraeme.com"
}
},
"preview": {
"distribution": "internal"
},
"production": {}
"production": {
"distribution": "internal",
"env": {
"EXPO_PUBLIC_API_URL": "https://wg.mainfraeme.com"
}
}
},
"submit": {
"production": {}
Expand Down

0 comments on commit fba4a6d

Please sign in to comment.