comfyui-deploy-demo / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
use output standalone
757b60c
raw
history blame contribute delete
No virus
117 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig