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/5
hermes
/
keygenServer
/
server
/
nodemon.json
Isitha Tennakoon
basic server
ae44544
11 months ago
raw
Copy download link
history
blame
101 Bytes
{
"watch"
:
[
"server"
]
,
"ext"
:
".ts,.js"
,
"ignore"
:
[
]
,
"exec"
:
"ts-node ./server/server.ts"
}