fix: desabilitar Turbopack via next.config.ts
This commit is contained in:
@@ -11,6 +11,12 @@ const nextConfig: NextConfig = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
// Desabilitar Turbopack no build (bug com middleware + standalone)
|
||||
experimental: {
|
||||
turbo: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user