react-code-dataset
/
next.js
/test
/development
/app-dir
/cache-components-dev-warmup
/next.config.js
| module.exports = { | |
| experimental: { | |
| cacheComponents: true, | |
| }, | |
| } | |