Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuvabe-ai
/
PolicyAgent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dfedeb7
PolicyAgent
/
next.config.js
eyuvaraj
Upload 23 files
710adbf
verified
3 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
// Enables standalone output for optimized server builds
};
module
.
exports
= nextConfig;