Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/LifeSim
Plurigrid
/
LifeSim
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LifeSim
/
next.config.js
barton
Duplicate from jbilcke-hf/LifeSim
da798b4
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
experimental
: {
serverActions
:
true
,
},
}
module
.
exports
= nextConfig