fix: drop turbopack dev cache flag
This commit is contained in:
parent
91d0608838
commit
0f835efc3e
3 changed files with 4 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue