This commit is contained in:
zjt
2024-07-03 10:53:52 +08:00
parent 201283fd94
commit 611cc184ca
9 changed files with 35540 additions and 1529 deletions

View File

@@ -5,7 +5,12 @@ const nextConfig = {
},
eslint: {
ignoreDuringBuilds: true,
}
},
webpack: (config) => {
config.resolve.fallback = { fs: false };
return config;
},
};
export default nextConfig;