Skip to content

Commit

Permalink
Merge pull request #38 from uphadeharsh45/production
Browse files Browse the repository at this point in the history
Update eas.json and project root configuration
  • Loading branch information
uphadeharsh45 authored Dec 10, 2024
2 parents 8275bc3 + d0c368f commit 8cfbdb6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion RouteMaster/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,24 @@
"development": {
"developmentClient": true,
"distribution": "internal",
"node": {
"projectRoot": "RouteMaster"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://routemasternode.onrender.com",
"EXPO_PUBLIC_GOOGLE_API_KEY": "AIzaSyAH8zoNx77UvZIH0H6xmHIHeNlLlhcuD3s"
}
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"node": {
"projectRoot": "RouteMaster"
}
},
"production": {
"node": {
"projectRoot": "RouteMaster"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://routemasternode.onrender.com",
"EXPO_PUBLIC_GOOGLE_API_KEY": "AIzaSyAH8zoNx77UvZIH0H6xmHIHeNlLlhcuD3s"
Expand Down

0 comments on commit 8cfbdb6

Please sign in to comment.