fix(mobile): move baseUrl config to experiments.baseUrl and filter static assets in express wildcard handler
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
"output": "single",
|
||||
"favicon": "./assets/images/favicon.png",
|
||||
"baseUrl": "/mobile"
|
||||
"favicon": "./assets/images/favicon.png"
|
||||
},
|
||||
"plugins": [
|
||||
"expo-router",
|
||||
@@ -32,7 +31,8 @@
|
||||
"expo-web-browser"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
"typedRoutes": true,
|
||||
"baseUrl": "/mobile"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user