ai-clip-factory / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
9a42933
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
serverActionsBodySizeLimit: '8mb',
},
}
module.exports = nextConfig