Commit 83a2463
committed
feat: enable edge runtime for Docker environments
Extends the server.edge runtime configuration to include Docker environments in addition to Cloudflare Pages.
This change allows React 19 to run properly in Docker by using the edge-compatible server runtime,
avoiding the need for MessageChannel polyfills.1 parent e38a85a commit 83a2463
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
0 commit comments