Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bmorphism/vibecraft
Plurigrid
/
vibecraft
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7d3bfa
vibecraft
/
next.config.js
bmorphism
Duplicate from bmorphism/vibecraft
a85305f
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