rsnext/test/integration/react-streaming-and-server-components/unsupported-native-module/next.config.js

9 lines
193 B
JavaScript

const withReact18 = require('../../react-18/test/with-react-18')
module.exports = withReact18({
experimental: {
reactRoot: true,
runtime: 'edge',
serverComponents: true,
},
})