fix: update project folder name to DentalManagementMH07 in shortcut scripts

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 23:04:29 -04:00
parent 8eb2bceabb
commit e7d610b970
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ for PORT in 5000 5001 5002 5003 3000 3001; do
done
# Kill any remaining turbo / ts-node-dev / vite processes for this project
PROJECT="DentalManagementMH06"
PROJECT="DentalManagementMH07"
pkill -9 -f "turbo.*$PROJECT" 2>/dev/null
pkill -9 -f "ts-node-dev.*$PROJECT" 2>/dev/null
pkill -9 -f "vite.*$PROJECT" 2>/dev/null