feat/startup-script: Feature to avoid package installation errors when installing custom nodes. (#856)

* support startup script for installation without locking on windows

* modified: Instead of executing scripts from the startup-scripts directory, I will change it to execute the prestartup_script.py for each custom node.
This commit is contained in:
Dr.Lt.Data
2023-07-11 15:33:21 +09:00
committed by GitHub
parent 606a537090
commit 99abcbef41
2 changed files with 35 additions and 3 deletions

3
.gitignore vendored
View File

@@ -13,4 +13,5 @@ extra_model_paths.yaml
venv/
web/extensions/*
!web/extensions/logging.js.example
!web/extensions/core/
!web/extensions/core/
startup-scripts/