Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hs-checker-project
/
hs-checker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hs-checker
/
nodemon.json
npv2k1
Update code formatting and fix minor bugs
8eca7f1
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
{
"watch"
:
[
"src"
,
"app.py"
]
,
"ext"
:
"py"
,
"ignore"
:
[
]
,
"exec"
:
"python app.py"
}