7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
const nextConfig = {
|
|
experimental: {
|
|
turbopackFileSystemCacheForDev: true,
|
|
},
|
|
}
|
|
|
|
export default nextConfig
|