From e2e14e414de25904d791b503d2852c68b3ac9415 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 07:55:57 +0700 Subject: m --- app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app.json') 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 } } } -- cgit v1.2.3