diff options
author | polwex <polwex@sortug.com> | 2025-07-16 07:55:57 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 07:55:57 +0700 |
commit | e2e14e414de25904d791b503d2852c68b3ac9415 (patch) | |
tree | 051b3b0dbaa6252d9a1687d29b401d079dbafb6b /app.json | |
parent | a528bd94a6e8e25010ae26a305550b211df0ddc6 (diff) |
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } } } |