Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6776a75
RealtimeSDWebRTC
/
frontend
/
next.config.js
Jon Taylor
added next and node
94f1dbe
about 1 year ago
raw
Copy download link
history
blame
Safe
115 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"export"
,
};
module
.
exports
= nextConfig;