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

12 lines
214 B
JavaScript

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