Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fullstuckdev
/
sql-agent
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
645ad9d
sql-agent
/
next.config.ts
fullstuckdev
Upload 23 files
645ad9d
verified
5 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;