Fixed BW Threshold Node Import Behavior

This commit is contained in:
2025-04-14 19:08:45 -06:00
parent 3da65f6aa0
commit de4e4ed953
4 changed files with 375 additions and 7 deletions

View File

@ -137,7 +137,9 @@ switch ($choice) {
npm install --silent react-resizable --no-fund --audit=false | Out-Null
npm install --silent reactflow --no-fund --audit=false | Out-Null
npm install --silent @mui/material @mui/icons-material @emotion/react @emotion/styled --no-fund --audit=false 2>&1 | Out-Null
npm install --silent socket.io-client --no-fund --audit=false | Out-Null
npm install --silent socket.io-client --no-fund --audit=false | Out-Null
npm install --silent react-simple-keyboard --no-fund --audit=false | Out-Null
Pop-Location
}
}