feat: update continuous integration

This commit is contained in:
Krzysztof Durek
2024-07-15 13:59:21 +02:00
parent 382208ae13
commit 6e28545c3f
5 changed files with 31 additions and 10 deletions

View File

@@ -12,6 +12,12 @@ const __dirname = path.dirname(__filename);
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
webpack: (config) => {
config.plugins.push(
new CopyWebpackPlugin({