ai-comic-factory / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
624088c
raw history blame
No virus
168 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
},
}
module.exports = nextConfig