fix: update project folder name to DentalManagementMH07 in shortcut scripts
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user