Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Mahfujul
/
spooky-bot
like
1
Runtime error
App
Files
Files
Community
665210b
spooky-bot
/
nodemon.json
Mahfujul
Upload 9 files
ec83114
verified
7 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
{
"exec"
:
"ts-node -r tsconfig-paths/register"
,
"watch"
:
[
"./"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
"node_modules/*"
,
".env"
]
,
"delay"
:
"1000"
}