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