Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
clapper
like
21
Running
on
CPU Upgrade
App
Files
Files
Community
1
0fe6fcf
clapper
/
next.config.js
jbilcke-hf
HF staff
use next start
ac12f6c
6 months ago
raw
Copy download link
history
blame
Safe
226 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
experimental
: {
serverActions
: {
// a clap file can be quite large - but that's OK
bodySizeLimit
:
'32mb'
}
}
}
module
.
exports
= nextConfig