Redesigned Agent Architecture

This commit is contained in:
2025-04-15 20:27:23 -06:00
parent 17e0d20063
commit 8d67e847e9
9 changed files with 487 additions and 334 deletions

View File

@ -102,7 +102,7 @@ switch ($choice) {
}
# React UI Deployment: Create default React app if no deployment folder exists
if (-not (Test-Path $webUIDestination)) {
npx --yes create-react-app "$webUIDestination" --verbose | Out-Null
npx --yes create-react-app "$webUIDestination" | Out-Null
}
# Copy custom UI if it exists
if (Test-Path $customUIPath) {