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