Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
observer
like
10
Paused
App
Files
Files
Community
e46b200
observer
/
next.config.js
jbilcke-hf
HF staff
initial commit
65ee86e
over 1 year ago
raw
Copy download link
history
blame
Safe
168 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
experimental
: {
serverActions
:
true
,
},
}
module
.
exports
= nextConfig