🔧 chore(.gitignore): add /tmp/* to the gitignore file to exclude temporary files from version control
✨ feat(endpoints.py): add new endpoint to load custom components from a specified path 📦 feat(load_custom_component_from_path.py): add new module to load custom components from a directory path 🔧 chore(types.py): add function to build and validate custom components from a directory path
This commit is contained in:
parent
6242d80635
commit
5f8439ae7e
4 changed files with 45 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -251,3 +251,5 @@ langflow.db
|
|||
|
||||
# docusaurus
|
||||
.docusaurus/
|
||||
|
||||
/tmp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue