Skip to content

Commit 7e2bcc9

Browse files
committed
Changed web output to server to work w/ react 19 server components expiremental feature.
1 parent dea3d96 commit 7e2bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = {
103103
},
104104
web: {
105105
bundler: "metro",
106-
output: "static",
106+
output: "server",
107107
favicon: "./assets/images/favicon.ico",
108108
},
109109
plugins: [

0 commit comments

Comments
 (0)