Merge remote-tracking branch 'origin/dev' into fixmakeFrontendC

This commit is contained in:
anovazzi1 2023-08-17 15:37:21 -03:00
commit e362dc0bed
2 changed files with 2 additions and 1552 deletions

1551
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,8 @@ import yaml
from pydantic import BaseSettings, root_validator, validator
from langflow.utils.logger import logger
BASE_COMPONENTS_PATH = str(Path(__file__).parent / "components")
# BASE_COMPONENTS_PATH = str(Path(__file__).parent / "components")
BASE_COMPONENTS_PATH = str(Path(__file__).parent.parent.parent / "components")
class Settings(BaseSettings):