Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
hermes
like
16
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
refs/pr/2
hermes
/
keygenServer
/
client
/
next.config.ts
Isitha Tennakoon
Basic Key Gen Client working
0383459
11 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;