mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b67ddaa434
Code organization PR. It looks like the `ReactServerStreamConfigFB` is only used in the `relay-server` package. This PR moves it to `react-server` from `react-server-dom-fb` (similar to how we have config for bun, for example). This avoids cross-package imports from `react-server` to `react-server-dom-fb.`