Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c921185
RealtimeSDWebRTC
/
frontend
/
next.config.js
Jon Taylor
removed export
c921185
over 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
false
,
};
module
.
exports
= nextConfig;