ai-comic-factory / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
fixed upscaling
f5d8038
raw history blame
No virus
207 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
serverActionsBodySizeLimit: '8mb',
},
}
module.exports = nextConfig