Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
llmonitor
/
benchmarks
like
7
Build error
App
Files
Files
Community
1
7e5cb25
benchmarks
/
next.config.js
vincelwt
Update V2
7e5cb25
unverified
about 1 year ago
raw
Copy download link
history
blame
Safe
191 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
output
:
"standalone"
,
experimental
: {
serverActions
:
true
,
},
}
module
.
exports
= nextConfig