Ignorar erros TypeScript no build de produção
This commit is contained in:
@@ -5,6 +5,9 @@ const nextConfig: NextConfig = {
|
|||||||
images: {
|
images: {
|
||||||
domains: ['localhost', 'images.unsplash.com'],
|
domains: ['localhost', 'images.unsplash.com'],
|
||||||
},
|
},
|
||||||
|
typescript: {
|
||||||
|
ignoreBuildErrors: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user