react-code-dataset
/
next.js
/test
/development
/app-dir
/next-after-app-invalid-usage
/basic
/next.config.js
| /** @type {import('next').NextConfig} */ | |
| module.exports = { | |
| experimental: { | |
| // cacheComponents: true, | |
| prerenderEarlyExit: false, | |
| }, | |
| } | |