summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/app.json b/app.json
index bbbd9fe..b4c63ed 100644
--- a/app.json
+++ b/app.json
@@ -20,7 +20,7 @@
},
"web": {
"bundler": "metro",
- "output": "static",
+ "output": "single",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
@@ -36,7 +36,8 @@
]
],
"experiments": {
- "typedRoutes": true
+ "typedRoutes": true,
+ "reactServerFunctions": true
}
}
}