Skip to content

Commit

Permalink
Create building configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Delemangi committed Feb 12, 2024
1 parent c6ec240 commit 51153fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"experiments": {
"tsconfigPaths": true,
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "a3e4812e-00ec-4b17-b40a-7153670ef369"
}
}
}
}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 7.2.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}

0 comments on commit 51153fe

Please sign in to comment.