ai-comic-generation / next.config.js
vumichien's picture
Upload folder using huggingface_hub
2728346
raw
history blame contribute delete
No virus
207 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
serverActionsBodySizeLimit: '8mb',
},
}
module.exports = nextConfig