Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lablab-ai-amd-developer-hackathon
/
AndesOps-AI
like
32
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AndesOps-AI
/
frontend
/
next.config.js
Álvaro Valenzuela Valdes
Initial commit: AndesOps AI Platform Demo Ready
b8e6434
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
};
module
.
exports
= nextConfig;