Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
LifeSim
like
10
Paused
App
Files
Files
Community
faf1fbc
LifeSim
/
next.config.js
jbilcke-hf
HF staff
initial commit ๐ ๐ชธ
c7b9c60
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