react-code-dataset
/
next.js
/test
/development
/app-dir
/server-components-hmr-cache
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| experimental: { | |
| // serverComponentsHmrCache: false, | |
| }, | |
| } | |
| module.exports = nextConfig | |