fix eslint

This commit is contained in:
2025-02-14 13:45:59 +08:00
parent 82306492d3
commit 02680bc2d6
7 changed files with 61 additions and 85 deletions

View File

@@ -4,7 +4,10 @@ const nextConfig = {
experimental: {
serverActions: true,
},
output: "standalone"
output: "standalone",
// eslint: {
// ignoreDuringBuilds: true,
// },
};
module.exports = nextConfig;