Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crossentropy-ai
/
rlcube
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d29ea33
rlcube
/
next.config.ts
imwithye
format codes
1afe868
about 2 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
type
{
NextConfig
}
from
'next'
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;