Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joey7938
/
stt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
stt
/
nodemon.json
yuanjiajun
feat: 文件服务
ca63dd4
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
"src/**/*.spec.ts"
]
,
"exec"
:
"ts-node -r tsconfig-paths/register ./src/app.ts"
}