restore bundler options

This commit is contained in:
Alistair Smith
2025-09-18 17:39:48 -07:00
parent 90e68fa095
commit a47cbef4ca

View File

@@ -24,6 +24,12 @@ const framework: Framework = {
reactFastRefresh: {
importSource: "react-refresh/runtime",
},
bundlerOptions: {
ssr: {
conditions: ["react-server"],
},
},
};
export default framework;