comfyui-deploy/web/next.config.js
2023-12-16 02:00:06 +08:00

9 lines
142 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
};
module.exports = nextConfig;