diff --git a/packages/bun-framework-react/index.ts b/packages/bun-framework-react/index.ts index 47571c92d0..3e08ec3092 100644 --- a/packages/bun-framework-react/index.ts +++ b/packages/bun-framework-react/index.ts @@ -24,6 +24,12 @@ const framework: Framework = { reactFastRefresh: { importSource: "react-refresh/runtime", }, + + bundlerOptions: { + ssr: { + conditions: ["react-server"], + }, + }, }; export default framework;