Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rohan13
/
flowise
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
flowise
/
packages
/
server
/
nodemon.json
rohan13
Flowise Changes
4114d85
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
{
"ignore"
:
[
"**/*.spec.ts"
,
".git"
,
"node_modules"
]
,
"watch"
:
[
"commands"
,
"index.ts"
,
"src"
]
,
"exec"
:
"yarn oclif-dev"
,
"ext"
:
"ts"
}