Files
Janka Uryga 3767dfae1f test: fork select tests on partialPrefetching (#95279)
Stopgap until we make this a proper part of the CI matrix
2026-06-29 22:43:34 +00:00

8 lines
127 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
cacheComponents: true,
}
export default nextConfig