Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
output: 'standalone', | |
experimental: { | |
serverActions: { | |
// a clap file can be quite large - but that's OK | |
bodySizeLimit: '32mb' | |
} | |
} | |
} | |
module.exports = nextConfig | |