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...
7ed02da
sql-agent
/
next.config.ts
fullstuckdev
Update next.config.ts
b14873b
verified
5 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
import
type
{
NextConfig
}
from
"next"
;
/**
@type
{
import('next').NextConfig
} */
const
nextConfig
:
NextConfig
= {
};
export
default
nextConfig;