react-code-dataset
/
next.js
/test
/production
/app-dir
/global-default-cache-handler
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| output: 'standalone', | |
| experimental: { | |
| useCache: true, | |
| }, | |
| } | |
| module.exports = nextConfig | |