fix: drop turbopack dev cache flag

This commit is contained in:
Esdras Renan 2025-10-16 21:41:16 -03:00
parent 91d0608838
commit 0f835efc3e
3 changed files with 4 additions and 10 deletions

View file

@ -1,9 +1,3 @@
import type { NextConfig } from "next"
const nextConfig = {
experimental: {
// @ts-expect-error Flag documentada mas ainda não declarada nos tipos públicos estáveis.
turbopackFileSystemCacheForDev: true,
},
} satisfies NextConfig
const nextConfig = {}
export default nextConfig